forked from organicmaps/organicmaps
[styles] added small icon for funicular
and added [railway=halt][station=funicular] to mapping as it’s nearly the same as [railway=station][station=funicular] Signed-off-by: Jenny Em <ubahnverleih@gmail.com>
This commit is contained in:
parent
b79d56ad8d
commit
8e2377ae8c
4 changed files with 19 additions and 1 deletions
|
@ -687,7 +687,7 @@ deprecated|deprecated;573;x
|
|||
deprecated|deprecated;574;x
|
||||
aerialway|rope_tow;575;
|
||||
natural|pond;576;natural|water|pond
|
||||
railway|station|funicular;[railway=station][station=funicular];;name;int_name;577;
|
||||
railway|station|funicular;[railway=station][station=funicular],[railway=halt][station=funicular];;name;int_name;577;
|
||||
highway|secondary_link|tunnel;[highway=secondary_link][tunnel?];;name;int_name;578;
|
||||
deprecated|deprecated;579;x
|
||||
deprecated|deprecated;580;x
|
||||
|
|
Can't render this file because it contains an unexpected character in line 7 and column 16.
|
8
data/styles/default/dark/symbols/funicular-s.svg
Normal file
8
data/styles/default/dark/symbols/funicular-s.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 16 16" width="12" height="12" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="1">
|
||||
<rect id="Rectangle" width="16" height="16" rx="2.5" fill="#000" opacity=".6" />
|
||||
<rect x=".66667" y=".66667" width="14.667" height="14.667" rx="2" fill="#2F6499" />
|
||||
<path id="Shape" d="M4.001,2.661L4,7.332L2.667,6.667L2.667,8L13.333,13.333L13.333,12L12,11.333L11.989,6.681L4.001,2.661ZM5.333,6.667L5.333,4.666L6.667,5.333L6.667,7.332L5.333,6.667ZM7.331,5.667L8.664,6.332L8.664,8.332L7.331,7.668L7.331,5.667ZM9.333,6.667L10.655,7.332L10.667,9.333L9.335,8.667L9.333,6.667Z" style="fill:#000;"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 687 B |
|
@ -416,6 +416,8 @@ node|z17-[aerialway=station],
|
|||
node|z17-[railway=level_crossing]
|
||||
{icon-image: railway-crossing-m.svg;}
|
||||
|
||||
node|z12-14[railway=station][station=funicular],
|
||||
{icon-image: funicular-s.svg;}
|
||||
node|z15-[railway=station][station=funicular],
|
||||
{icon-image: funicular-m.svg;text-offset: 1;font-size: 10;}
|
||||
node|z17-[aerialway=station],
|
||||
|
|
8
data/styles/default/light/symbols/funicular-s.svg
Normal file
8
data/styles/default/light/symbols/funicular-s.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 16 16" width="12" height="12" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="1">
|
||||
<rect id="Rectangle" width="16" height="16" rx="2.5" fill="#fff" opacity=".6" />
|
||||
<rect x=".66667" y=".66667" width="14.667" height="14.667" rx="2" fill="#2F6499" />
|
||||
<path id="Shape" d="M4.001,2.661L4,7.332L2.667,6.667L2.667,8L13.333,13.333L13.333,12L12,11.333L11.989,6.681L4.001,2.661ZM5.333,6.667L5.333,4.666L6.667,5.333L6.667,7.332L5.333,6.667ZM7.331,5.667L8.664,6.332L8.664,8.332L7.331,7.668L7.331,5.667ZM9.333,6.667L10.655,7.332L10.667,9.333L9.335,8.667L9.333,6.667Z" style="fill:#fff;"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 687 B |
Loading…
Add table
Reference in a new issue