{ "id": "elevator", "name": { "en": "elevator" }, "source": { "osmTags": "elevator=yes" }, "minzoom": 13, "tagRenderings": [ "images", { "id": "door-width", "render": { "en": "This elevator's doors have a width of {canonical(door:width) }" }, "question": { "en": "What is the width of this elevator's entrance?" }, "freeform": { "key": "door:width", "type": "pfloat" } }, { "id": "elevator-width", "render": { "en": "This elevator has a width of {canonical(elevator:width) }" }, "question": { "en": "What is the width of this elevator?" }, "freeform": { "key": "elevator:width", "type": "pfloat" } }, { "id": "elevator-depth", "render": { "en": "This elevator has a depth of {canonical(elevator:depth) }" }, "question": { "en": "What is the depth of this elevator?" }, "freeform": { "key": "elevator:depth", "type": "pfloat" } } ], "mapRendering": [ { "icon": { "render": "./assets/layers/elevator/elevator_wheelchair.svg" }, "iconSize": "40,40,bottom", "location": [ "point", "centroid" ] } ], "presets": [ { "title": { "en": "an elevator", "nl": "een lift" }, "tags": [ "elevator=yes" ] } ], "units": [ { "appliesToKey": [ "door:width", "elevator:width", "elevator:depth" ], "applicableUnits": [ { "canonicalDenomination": "m", "alternativeDenomination": [ "meter" ], "human": { "en": "meter" } }, { "canonicalDenomination": "cm", "alternativeDenomination": [ "centimeter", "cms" ], "human": { "en": "centimeter" } } ] } ] }