{ "id": "indoors", "name": { "en": "indoors" }, "description": { "en": "Basic indoor mapping: shows room outlines" }, "source": { "osmTags": { "or": [ "indoor=room", "indoor=area", "indoor=wall", "indoor=door", "indoor=level" ] } }, "title": { "render": { "en": "Indoor area {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" ], "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" ] } ] }