UNPKG

ole

Version:

OpenLayers Editor

14 lines (13 loc) 416 B
export const ORTHO_LINE_KEY: "ortho"; export const SEGMENT_LINE_KEY: "segment"; export const VH_LINE_KEY: "vh"; export const CUSTOM_LINE_KEY: "custom"; export const SNAP_POINT_KEY: "point"; export const SNAP_FEATURE_TYPE_PROPERTY: "ole.snap.feature.type"; export namespace defaultSnapStyles { let ortho: Style; let segment: Style; let vh: Style; let point: Style; } import { Style } from 'ol/style';