Determine allowed zone from admin boundaries (#359)
This commit is contained in:
parent
5df0765d51
commit
a5f04dd9cd
14 changed files with 1925 additions and 1171 deletions
13
package.json
13
package.json
|
|
@ -38,7 +38,7 @@
|
|||
"@bagage/leaflet.restoreview": "1.0.1",
|
||||
"@mapbox/polyline": "^0.2.0",
|
||||
"@mapbox/togeojson": "^0.16.0",
|
||||
"@turf/turf": "^5.1.6",
|
||||
"@turf/turf": "^6.2.0",
|
||||
"Leaflet.vector-markers": "nrenner/Leaflet.vector-markers#2ef80c9",
|
||||
"async": "~0.9.2",
|
||||
"bootbox": "~5.3.4",
|
||||
|
|
@ -72,6 +72,7 @@
|
|||
"leaflet.snogylop": "^0.4.0",
|
||||
"leaflet.stravasegments": "2.3.2",
|
||||
"mapbbcode": "MapBBCode/mapbbcode#v1.2.0",
|
||||
"osmtogeojson": "^3.0.0-beta.4",
|
||||
"promise-polyfill": "^8.2.0",
|
||||
"url-search-params": "~0.5.0",
|
||||
"whatwg-fetch": "^3.5.0"
|
||||
|
|
@ -254,6 +255,16 @@
|
|||
"dist/leaflet-vector-markers.js",
|
||||
"dist/leaflet-vector-markers.css"
|
||||
]
|
||||
},
|
||||
"osmtogeojson": {
|
||||
"main": [
|
||||
"osmtogeojson.js"
|
||||
]
|
||||
},
|
||||
"@turf/turf": {
|
||||
"main": [
|
||||
"turf.min.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue