forked from organicmaps/organicmaps
[styles] Added public_transport=platform text.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
681986896b
commit
3271d4d388
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
8.1 Pier
|
||||
8.2 Building
|
||||
8.3 Airports
|
||||
8.4 Platforms
|
||||
9.ISOLINES
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
*/
|
||||
|
||||
|
@ -732,6 +734,11 @@ area|z15[aeroway=terminal]
|
|||
area|z16-[aeroway=terminal]
|
||||
{text: name; font-size: 9; fill-opacity: 1; text-color: @building_label; text-position: center;}
|
||||
|
||||
/* 8.4 Platforms */
|
||||
area|z16-[railway=platform],
|
||||
area|z16-[public_transport=platform],
|
||||
{text: name; font-size: 9; fill-opacity: 1; text-color: @building_label; text-position: center;}
|
||||
|
||||
/* 9. ISOLINES */
|
||||
|
||||
line[isoline]
|
||||
|
|
Loading…
Add table
Reference in a new issue