UNPKG
leaflet-editable
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
1.0.0-rc.2
1.0.0-rc.1
0.7.0-beta.1
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Make geometries editable in Leaflet
github.com/Leaflet/Leaflet.Editable/
Leaflet/Leaflet.Editable
leaflet-editable
/
test
/
.eslintrc
12 lines
(11 loc)
•
188 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"globals"
:
{
"describe"
:
true
,
"happen"
:
true
,
"assert"
:
true
,
"before"
:
true
,
"after"
:
true
,
"it"
:
true
,
"map"
:
true
}
}