forked from organicmaps/organicmaps
New icons for Viator city
This commit is contained in:
parent
01df7cd271
commit
20daed57ee
7 changed files with 45 additions and 0 deletions
|
@ -221,10 +221,19 @@ node|z4-[place=city][capital=2]::int_name,
|
|||
node|z9-[place=city]::int_name
|
||||
{text: int_name;text-color: @label_dark;text-halo-radius: 1;text-halo-opacity: 1;text-halo-color: @label_halo_light;}
|
||||
|
||||
node|z4[sponsored=viator],
|
||||
{icon-image: viator-star-s.svg;}
|
||||
node|z5-[sponsored=viator],
|
||||
{icon-image: viator-star-m.svg;}
|
||||
node|z6-[sponsored=viator],
|
||||
{icon-image: viator-star-l.svg;}
|
||||
|
||||
|
||||
node|z4[place=city][capital!=2][population>=1000000],
|
||||
{font-size: 9;text-halo-opacity: 0.7;}
|
||||
node|z4[place=city][capital!=2][population>=1000000]::int_name
|
||||
{font-size: 8;text-halo-opacity: 0.7;}
|
||||
|
||||
node|z4[place=city][capital=2],
|
||||
{icon-image: star-s.svg;text-offset: 1;font-size: 10;}
|
||||
node|z4[place=city][capital=2]::int_name
|
||||
|
|
6
data/styles/clear/style-clear/symbols/viator-star-l.svg
Normal file
6
data/styles/clear/style-clear/symbols/viator-star-l.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg width="12" height="12" viewBox="0 0 12 12">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<circle cx="6" cy="6" r="6" fill="#000003"/>
|
||||
<polygon fill="#FFF" points="6 8.114 3.033 10 3.936 6.636 1.2 4.438 4.724 4.244 6 1 7.276 4.244 10.8 4.438 8.064 6.636 8.967 10"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 285 B |
6
data/styles/clear/style-clear/symbols/viator-star-m.svg
Normal file
6
data/styles/clear/style-clear/symbols/viator-star-m.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg width="11" height="11" viewBox="0 0 11 11">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<circle cx="5.5" cy="5.5" r="5.5" fill="#000003"/>
|
||||
<polygon fill="#FFF" points="5.5 7.482 2.842 9.2 3.651 6.135 1.2 4.132 4.357 3.956 5.5 1 6.643 3.956 9.8 4.132 7.349 6.135 8.158 9.2"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 296 B |
6
data/styles/clear/style-clear/symbols/viator-star-s.svg
Normal file
6
data/styles/clear/style-clear/symbols/viator-star-s.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg width="9" height="9" viewBox="0 0 9 9">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<circle cx="4.5" cy="4.5" r="4.5" fill="#000003"/>
|
||||
<polygon fill="#FFF" points="4.5 6.058 2.399 7.4 3.039 5.008 1.1 3.445 3.597 3.308 4.5 1 5.403 3.308 7.9 3.445 5.961 5.008 6.601 7.4"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 292 B |
6
data/styles/clear/style-night/symbols/viator-star-l.svg
Normal file
6
data/styles/clear/style-night/symbols/viator-star-l.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg width="12" height="12" viewBox="0 0 12 12">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<circle cx="6" cy="6" r="6" fill="#FFF" fill-opacity=".6"/>
|
||||
<polygon fill="#000003" points="6 8.114 3.033 10 3.936 6.636 1.2 4.438 4.724 4.244 6 1 7.276 4.244 10.8 4.438 8.064 6.636 8.967 10"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 303 B |
6
data/styles/clear/style-night/symbols/viator-star-m.svg
Normal file
6
data/styles/clear/style-night/symbols/viator-star-m.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg width="11" height="11" viewBox="0 0 11 11">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<circle cx="5.5" cy="5.5" r="5.5" fill="#FFF" fill-opacity=".6"/>
|
||||
<polygon fill="#000003" points="5.5 7.482 2.842 9.2 3.651 6.135 1.2 4.132 4.357 3.956 5.5 1 6.643 3.956 9.8 4.132 7.349 6.135 8.158 9.2"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 314 B |
6
data/styles/clear/style-night/symbols/viator-star-s.svg
Normal file
6
data/styles/clear/style-night/symbols/viator-star-s.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg width="9" height="9" viewBox="0 0 9 9">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<circle cx="4.5" cy="4.5" r="4.5" fill="#FFF" fill-opacity=".6"/>
|
||||
<polygon fill="#000003" points="4.5 6.058 2.399 7.4 3.039 5.008 1.1 3.445 3.597 3.308 4.5 1 5.403 3.308 7.9 3.445 5.961 5.008 6.601 7.4"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 310 B |
Loading…
Add table
Reference in a new issue