{ "id": "search", "description": { "en": "Priviliged layer showing the search results", "de": "Priorisierte Ebene, die Suchergebnissen anzeigt", "cs": "Soukromá vrstva zobrazující výsledky hledání", "es": "Capa privilegiada que muestra los resultados de la búsqueda" }, "source": "special", "title": "{display_name}", "tagRenderings": [ { "id": "intro", "render": { "en": "Search result", "de": "Suchergebnis", "cs": "Výsledek hledání", "es": "Resultado de búsqueda" } }, { "id": "osm", "render": { "*": "On OpenStreetMap" } }, "all_tags" ], "pointRendering": [ { "location": [ "point", "centroid" ], "marker": [ { "icon": "circle", "color": "white" }, { "icon": { "render": "globe_alt", "mappings": [ { "if": "category~city|locality|county", "then": "building_office_2" }, { "if": "category=train_station", "then": "train" }, { "if": "category=airport", "then": "airport" }, { "if": "category=house", "then": "house" }, { "if": "category=shop", "then": "building_storefront" } ] } } ], "label": "{display_name}", "labelCssClasses": "bg-white rounded p-2 no-wrap" } ] }