Themes(bicycle_counter): add images, fix center location

This commit is contained in:
Pieter Vander Vennet 2024-09-25 11:38:09 +02:00
parent edbdc4b19e
commit ea133c5eff

View file

@ -4,7 +4,8 @@
"en": "Bicycle counters" "en": "Bicycle counters"
}, },
"description": { "description": {
"en": "Layer showing monitoring stations for bicycle traffic" "en": "Layer showing monitoring stations for bicycle traffic",
"nl": "Automatische fietstelpunten"
}, },
"source": { "source": {
"osmTags": { "osmTags": {
@ -20,6 +21,7 @@
} }
}, },
"tagRenderings": [ "tagRenderings": [
"images",
{ {
"id": "display", "id": "display",
"question": { "question": {
@ -156,7 +158,8 @@
"location": [ "location": [
"point", "point",
"centroid" "centroid"
] ],
"anchor": "bottom"
} }
], ],
"minzoom": 13, "minzoom": 13,
@ -175,4 +178,4 @@
] ]
} }
] ]
} }