diff --git a/assets/layers/bicycle_counter/bicycle_counter.json b/assets/layers/bicycle_counter/bicycle_counter.json index 3ba016a86c..4839d7dbdc 100644 --- a/assets/layers/bicycle_counter/bicycle_counter.json +++ b/assets/layers/bicycle_counter/bicycle_counter.json @@ -4,7 +4,8 @@ "en": "Bicycle counters" }, "description": { - "en": "Layer showing monitoring stations for bicycle traffic" + "en": "Layer showing monitoring stations for bicycle traffic", + "nl": "Automatische fietstelpunten" }, "source": { "osmTags": { @@ -20,6 +21,7 @@ } }, "tagRenderings": [ + "images", { "id": "display", "question": { @@ -156,7 +158,8 @@ "location": [ "point", "centroid" - ] + ], + "anchor": "bottom" } ], "minzoom": 13, @@ -175,4 +178,4 @@ ] } ] -} \ No newline at end of file +}