diff --git a/assets/layers/indoors/indoors.json b/assets/layers/indoors/indoors.json index 833ba1b1f9..731f7c85be 100644 --- a/assets/layers/indoors/indoors.json +++ b/assets/layers/indoors/indoors.json @@ -137,7 +137,39 @@ { "label": { "render": "
{name}
", - "condition": "name~*" + "condition": "name~*", + "mappings": [ + { + "if": { + "or": [ + "room=administration", + "room=auditorium", + "room=bedroom", + "room=chapel", + "room=class", + "room=computer", + "room=conference", + "room=crypt", + "room=kitchen", + "room=laboratory", + "room=library", + "room=locker", + "room=nursery", + "room=office", + "room=prison_cell", + "room=restaurant", + "room=security_check", + "room=sport", + "room=storage", + "room=technical", + "room=toilet", + "room=toilets", + "room=waiting" + ] + }, + "then": "
{name}
" + } + ] }, "location": [ "point", @@ -182,7 +214,7 @@ } ] }, - "iconSize": "15,15, center" + "iconSize": "15,15, bottom" } ] } \ No newline at end of file