forked from organicmaps/organicmaps
[styles] Change tourism=artwork icon
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
ae57d874f2
commit
80b444e187
3 changed files with 18 additions and 2 deletions
|
@ -671,10 +671,10 @@ area|z16-[historic=wayside_shrine],
|
|||
|
||||
node|z15[tourism=artwork],
|
||||
area|z15[tourism=artwork],
|
||||
{icon-image: tourism-m.svg;icon-min-distance: 8;}
|
||||
{icon-image: artwork-m.svg;icon-min-distance: 8;}
|
||||
node|z16-[tourism=artwork],
|
||||
area|z16-[tourism=artwork],
|
||||
{icon-image: tourism-m.svg;icon-min-distance: 24;}
|
||||
{icon-image: artwork-m.svg;icon-min-distance: 24;}
|
||||
|
||||
node|z14[tourism=attraction],
|
||||
area|z14[tourism=attraction],
|
||||
|
|
8
data/styles/clear/style-clear/symbols/artwork-m.svg
Normal file
8
data/styles/clear/style-clear/symbols/artwork-m.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9987 18h8.0023" stroke-linecap="round" stroke-width="1.333" stroke="#7f5933"/>
|
||||
<path d="m9.332 20.666h5.3357" stroke-linecap="round" stroke-width="1.333" stroke="#7f5933"/>
|
||||
<path d="m10.84 3.3379-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#7f5933"/>
|
||||
<path d="m10.844 8.004-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#7f5933"/>
|
||||
<path d="m10.844 12.671-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#7f5933"/>
|
||||
</svg>
|
After Width: | Height: | Size: 627 B |
8
data/styles/clear/style-night/symbols/artwork-m.svg
Normal file
8
data/styles/clear/style-night/symbols/artwork-m.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9987 18h8.0023" stroke-linecap="round" stroke-width="1.333" stroke="#717065" opacity=".6"/>
|
||||
<path d="m9.332 20.666h5.3357" stroke-linecap="round" stroke-width="1.333" stroke="#717065" opacity=".6"/>
|
||||
<path d="m10.84 3.3379-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#717065" opacity=".6"/>
|
||||
<path d="m10.844 8.004-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#717065" opacity=".6"/>
|
||||
<path d="m10.844 12.671-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#717065" opacity=".6"/>
|
||||
</svg>
|
After Width: | Height: | Size: 691 B |
Loading…
Add table
Reference in a new issue