Disable go-to zones (#450)

This commit is contained in:
Norbert Renner 2022-07-18 16:13:27 +02:00
parent 9c59fa10b6
commit 6bcee783fd
3 changed files with 3 additions and 9 deletions

View file

@ -366,7 +366,8 @@
nogos.addTo(map);
circlego = BR.circleGoArea(routing, nogos, pois);
// disabled for now, to be removed later
// circlego = BR.circleGoArea(routing, nogos, pois);
if (circlego != null) {
pois.circlego = circlego;
circlego.addTo(map);

View file

@ -81,12 +81,10 @@
"leaflet.stravasegments": "2.3.2",
"mapbbcode": "MapBBCode/mapbbcode#v1.2.0",
"maplibre-gl": "^2.1.9",
"osmtogeojson": "^3.0.0-beta.4",
"overpass-layer": "^3.1.0",
"regenerator-runtime": "^0.13.7",
"togpx": "nrenner/togpx#722d291",
"tokml": "^0.4.0",
"topojson-client": "^3.1.0",
"url-search-params": "~1.1.0"
},
"devDependencies": {
@ -275,11 +273,6 @@
"dist/leaflet-vector-markers.css"
]
},
"osmtogeojson": {
"main": [
"osmtogeojson.js"
]
},
"@turf/turf": {
"main": [
"turf.min.js"

View file

@ -12092,7 +12092,7 @@ tokml@^0.4.0:
rw "0.0.4"
strxml "0.0.0"
topojson-client@3, topojson-client@^3.1.0:
topojson-client@3:
version "3.1.0"
resolved "https://registry.yarnpkg.com/topojson-client/-/topojson-client-3.1.0.tgz#22e8b1ed08a2b922feeb4af6f53b6ef09a467b99"
integrity sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==