{ "id": "indoors", "name": { "en": "indoors", "de": "Innenräume" }, "description": { "en": "Basic indoor mapping: shows room outlines", "de": "Grundlegende Innenraumkartierung: zeigt Umrisse von Räumen" }, "source": { "osmTags": { "or": [ "indoor=room", "indoor=area", "indoor=wall", "indoor=door", "indoor=level" ] } }, "title": { "render": { "en": "Indoor area {name}", "de": "Innenbereich {name}" }, "mappings": [ { "if": "indoor=room", "then": "Indoor Room {name}" }, { "if": "indoor=area", "then": "Indoor Area {name}" }, { "if": "indoor=wall", "then": "Indoor Wall {name}" }, { "if": "indoor=corridor", "then": "Indoor Corridor {name}" }, { "if": "indoor=door", "then": "Indoor Door {name}" }, { "if": "indoor=level", "then": "Indoor Level {name}" } ] }, "minzoom": 13, "tagRenderings": [ "images", { "id": "ref", "question":{ "en": "What is the name of this room?" }, "render": { "en": "This room is named {name}" }, "freeform": { "key": "name" } } ], "mapRendering": [ { "color": { "render": "#d3d7d588" }, "width": { "render": "8" }, "offset": { "render": "-4" }, "fill": "no" }, { "color": "#4f5551", "fill": "no", "width": "2" }, { "label": { "render": "
{name}
", "condition": "name~*" }, "location": [ "point", "centroid" ] } ] }