Readd barrier at the correct location

This commit is contained in:
Pieter Vander Vennet 2021-09-07 02:09:08 +02:00
parent 5a488ee6a4
commit 4529a73c2e
4 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@
} }
] ]
}, },
"icon": "./assets/svg/barrier.svg", "icon": "./assets/layers/barrier/barrier.svg",
"width": "5", "width": "5",
"presets": [ "presets": [
{ {
@ -290,4 +290,4 @@
} }
} }
] ]
} }

View file

@ -1351,4 +1351,4 @@
"license": "CC0; trivial", "license": "CC0; trivial",
"sources": [] "sources": []
} }
] ]

View file

@ -19,7 +19,7 @@
"icon": "./assets/svg/star.svg", "icon": "./assets/svg/star.svg",
"startZoom": 8, "startZoom": 8,
"startLat": 50.8536, "startLat": 50.8536,
"startLon": 4.4330, "startLon": 4.433,
"widenFactor": 0.2, "widenFactor": 0.2,
"layers": [ "layers": [
{ {

View file

@ -26,7 +26,7 @@
"socialImage": "", "socialImage": "",
"layers": [ "layers": [
{ {
"builtin": "waste_basket", "builtin": "waste_basket",
"override": { "override": {
"minzoom": 12 "minzoom": 12
} }