forked from organicmaps/organicmaps
[styles] Avoid bust_stop icon and platform text overlap in z16.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
946ecf5eb6
commit
d80d64bdc8
1 changed files with 5 additions and 1 deletions
|
@ -743,7 +743,11 @@ area|z16-[aeroway=terminal]
|
|||
|
||||
/* 8.4 Platforms */
|
||||
area|z16-[railway=platform],
|
||||
area|z16-[public_transport=platform],
|
||||
/*
|
||||
Patch to avoid conflicts with highway=bus_stop icon on z16.
|
||||
Unfortunatelly, we can't disable text for nodes only.
|
||||
*/
|
||||
area|z17-[public_transport=platform],
|
||||
{text: name; font-size: 9; fill-opacity: 1; text-color: @building_label; text-position: center;}
|
||||
|
||||
/* 9. ISOLINES */
|
||||
|
|
Loading…
Add table
Reference in a new issue