{ "id": "railway_platforms", "name": { "en": "Railway Platforms" }, "description": { "en": "Find every platform in the station, and the train routes that use them." }, "title": { "render": { "en": "Platform" }, "mappings": [ { "if": "ref~*", "then": { "en": "Platform {ref}" } } ] }, "source": { "osmTags": { "or": [ "railway=platform" ] } }, "minzoom": 18, "tagRenderings": [ { "id": "ref", "question": { "en": "What is the number for this platform?" }, "freeform": { "key": "ref", "type": "string", "placeholder": { "en": "Platform number" } }, "render": { "en": "Platform {ref}" } }, "level" ], "mapRendering": [ { "color": "gray" }, { "icon": "./assets/svg/bug.svg", "location": [ "point", "centroid" ], "label": { "mappings": [ { "if": "ref~*", "then": "
{ref}
" } ] } } ] }