mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-27 16:33:38 +00:00
[classif] Adds amenity=studio
- Rendered icon similar to shop=music - Gave it lower priority than shop=music - Not sure about icon , suggest if better options - Added only en string ( should i autotranslate rest with DEEPL ) Signed-off-by: hemanggs <hemangmanhas@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
b12f346a24
commit
0a685dc1c4
@@ -1981,6 +1981,7 @@ node|z16-[shop=gift],
|
||||
area|z16-[shop=gift],
|
||||
node|z16-[shop=music],
|
||||
area|z16-[shop=music],
|
||||
node|z16-[amenity=studio],
|
||||
node|z16-[shop=video],
|
||||
area|z16-[shop=video],
|
||||
node|z16-[shop=musical_instrument],
|
||||
@@ -2212,6 +2213,8 @@ area|z16[shop=gift]
|
||||
node|z16[shop=music],
|
||||
area|z16[shop=music],
|
||||
{icon-image: music-m.svg;}
|
||||
node|z16[amenity=studio],
|
||||
{icon-image: studio-m.svg;}
|
||||
node|z16[shop=video],
|
||||
area|z16[shop=video]
|
||||
{icon-image: media-m.svg;}
|
||||
@@ -2424,6 +2427,8 @@ area|z17-[shop=gift]
|
||||
node|z17-[shop=music],
|
||||
area|z17-[shop=music],
|
||||
{icon-image: music-m.svg;icon-min-distance: 24;}
|
||||
node|z17-[amenity=studio],
|
||||
{icon-image: studio-m.svg;icon-min-distance: 24;}
|
||||
node|z17-[shop=video],
|
||||
area|z17-[shop=video]
|
||||
{icon-image: media-m.svg;icon-min-distance: 24;}
|
||||
|
||||
Reference in New Issue
Block a user