{ "id": "route_marker", "name": { "en": "Route markers" }, "description": { "en": "Route markers are small markers often found along official hiking/cycling/riding/skiing routes to indicate the direction of the route." }, "source": { "osmTags": "information=route_marker" }, "minzoom": 14, "title": { "render": { "en": "Route marker" } }, "pointRendering": [ { "location": [ "centroid", "point" ], "marker": [ { "icon": "./assets/layers/route_marker/route_marker.svg" } ] } ], "presets": [ { "title": { "en": "a route marker" }, "tags": [ "tourism=information", "information=route_marker" ], "description": { "en": "A route marker is a small marker often found along official hiking/cycling/riding/skiing routes to indicate the direction of the route." }, "exampleImages": [ "./assets/layers/route_marker/bicycle_route_marker.jpg", "./assets/layers/route_marker/walking_route_marker.jpg" ] } ], "tagRenderings": [ "images", { "id": "type", "question": { "en": "For what kind of route is this marker?" }, "multiAnswer": true, "mappings": [ { "if": "bicycle=yes", "ifnot": "biycle=", "then": { "en": "This is a route marker for a bicycle route." } }, { "if": "hiking=yes", "ifnot": "hiking=", "then": { "en": "This is a route marker for a hiking route." } }, { "if": "mtb=yes", "ifnot": "mtb=", "then": { "en": "This is a route marker for a mountain bike route." } }, { "if": "horse=yes", "ifnot": "horse=", "then": { "en": "This is a route marker for a horse riding route." } }, { "if": "ski=yes", "ifnot": "ski=", "then": { "en": "This is a route marker for a ski route." } } ] } ], "deletion": true, "allowMove": { "enableImproveAccuracy": true, "enableRelocation": false } }