forked from organicmaps/organicmaps
Fix wrong railway=tram rule order
This commit is contained in:
parent
2772ae846b
commit
083151ce2f
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
line[railway]
|
||||
{
|
||||
text-position: line;
|
||||
}
|
||||
|
||||
line[highway=motorway_junction]
|
||||
{
|
||||
casing-width: 0;
|
||||
|
|
|
@ -1095,8 +1095,3 @@ node|z16-[railway=station]
|
|||
{
|
||||
icon-image: railway-station.svg;
|
||||
}
|
||||
|
||||
line[railway]
|
||||
{
|
||||
text-position: line;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue