mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 20:03:45 +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
8
data/styles/default/dark/symbols/studio-m.svg
Normal file
8
data/styles/default/dark/symbols/studio-m.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" fill="#000" id="Oval" opacity=".6" r="12" />
|
||||
<circle cx="12" cy="12" fill="#8C5F93" r="11" />
|
||||
<path d="m9 17 8-5-8-5z" fill="#000" />
|
||||
<title>studio-m</title>
|
||||
</svg>
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 283 B |
@@ -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;}
|
||||
|
||||
@@ -997,6 +997,7 @@ man_made-cross # icon z16- (also has captio
|
||||
tourism-artwork # icon z15- (also has caption(optional) z15-)
|
||||
tourism-artwork-architecture # icon z15- (also has caption(optional) z15-)
|
||||
tourism-artwork-painting # icon z15- (also has caption(optional) z15-)
|
||||
amenity-studio
|
||||
=== 1550
|
||||
|
||||
amenity-shelter # icon z17- (also has caption(optional) z17-)
|
||||
@@ -1941,6 +1942,7 @@ leisure-swimming_pool-private # icon z17- (also has captio
|
||||
# tourism-artwork # caption(optional) z15- (also has icon z15-)
|
||||
# tourism-artwork-architecture # caption(optional) z15- (also has icon z15-)
|
||||
# tourism-artwork-painting # caption(optional) z15- (also has icon z15-)
|
||||
# amenity-studio
|
||||
# === -8450
|
||||
|
||||
# amenity-shelter # caption(optional) z17- (also has icon z17-)
|
||||
|
||||
8
data/styles/default/light/symbols/studio-m.svg
Normal file
8
data/styles/default/light/symbols/studio-m.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" fill="#fff" id="Oval" opacity=".6" r="12" />
|
||||
<circle cx="12" cy="12" fill="#8C5F93" r="11" />
|
||||
<path d="m9 17 8-5-8-5z" fill="#fff" />
|
||||
<title>studio-m</title>
|
||||
</svg>
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 283 B |
@@ -997,6 +997,7 @@ man_made-cross # icon z14- (also has captio
|
||||
tourism-artwork # icon z15- (also has caption(optional) z15-)
|
||||
tourism-artwork-architecture # icon z15- (also has caption(optional) z15-)
|
||||
tourism-artwork-painting # icon z15- (also has caption(optional) z15-)
|
||||
amenity-studio
|
||||
=== 1550
|
||||
|
||||
amenity-shelter # icon z12- (also has caption(optional) z13-)
|
||||
@@ -1944,6 +1945,7 @@ leisure-swimming_pool-private # icon z17- (also has captio
|
||||
# tourism-artwork # caption(optional) z15- (also has icon z15-)
|
||||
# tourism-artwork-architecture # caption(optional) z15- (also has icon z15-)
|
||||
# tourism-artwork-painting # caption(optional) z15- (also has icon z15-)
|
||||
# amenity-studio
|
||||
# === -8450
|
||||
|
||||
# amenity-shelter # caption(optional) z13- (also has icon z12-)
|
||||
|
||||
Reference in New Issue
Block a user