forked from organicmaps/organicmaps
[styles] Fix building-train_station area priorities
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
eb5657ba9b
commit
1c808f2290
2 changed files with 3 additions and 7 deletions
|
@ -495,9 +495,6 @@ node[railway=subway_entrance][city=moscow],
|
|||
node[railway=station][transport=subway]
|
||||
{z-index: 2990;}
|
||||
|
||||
area[building=train_station],
|
||||
{z-index: 3000;}
|
||||
|
||||
/* 2. NATURAL */
|
||||
|
||||
node|z10-[natural=volcano],
|
||||
|
|
|
@ -159,9 +159,8 @@ node[amenity=charging_station],
|
|||
area[amenity=charging_station]
|
||||
{z-index: 3590;}
|
||||
|
||||
area[building=train_station],
|
||||
node[highway=speed_camera],
|
||||
{z-index: 8000;}
|
||||
{z-index: 75000;}
|
||||
|
||||
/* 2. NATURAL */
|
||||
|
||||
|
@ -997,9 +996,9 @@ area|z18-[highway=rest_area],
|
|||
{font-size: 14.5;}
|
||||
|
||||
node|z13[highway=speed_camera]
|
||||
{icon-image: speedcam-s.svg; z-index: 75000;}
|
||||
{icon-image: speedcam-s.svg;}
|
||||
node|z14-[highway=speed_camera]
|
||||
{icon-image: speedcam-m.svg; z-index: 75000;}
|
||||
{icon-image: speedcam-m.svg;}
|
||||
|
||||
node|z17[amenity=car_wash],
|
||||
area|z17[amenity=car_wash]
|
||||
|
|
Loading…
Add table
Reference in a new issue