UNPKG
ol-extent
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.0.0
a JavaScript library for openlayers extent
sakitam-fdd.github.io/ol-extent/
sakitam-fdd/ol-extent
ol-extent
/
src
/
interaction
/
index.js
12 lines
(10 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
LayerSpyglass
from
'./LayerSpyglass'
;
import
LayerMagnify
from
'./LayerMagnify'
;
import
FreeHandCircle
from
'./FreeHandCircle'
;
import
MeasureTool
from
'./MeasureTool'
;
export
{
MeasureTool
,
LayerMagnify
,
LayerSpyglass
,
FreeHandCircle
}