Fix visitor centers

This commit is contained in:
pietervdvn 2021-07-28 15:54:43 +02:00
parent 7bb32ae401
commit 5aa2f7f2a2

View file

@ -84,11 +84,10 @@
"osmTags": { "osmTags": {
"+and": ["operator~.*[nN]atuurpunt.*"] "+and": ["operator~.*[nN]atuurpunt.*"]
}, },
"geoJson": "https://pietervdvn.github.io/natuurpunt_cache/natuurpunt_{layer}_{z}_{x}_{y}.geojson", "geoJson": "https://pietervdvn.github.io/natuurpunt_cache/natuurpunt_{layer}_points.geojson",
"geoJsonZoomLevel": 1,
"isOsmCache": true "isOsmCache": true
}, },
"minzoom": "10", "minzoom": 1,
"icon": { "icon": {
"render": "circle:#FE6F32;./assets/themes/natuurpunt/information.svg" "render": "circle:#FE6F32;./assets/themes/natuurpunt/information.svg"
}, },