[styles] Rendering for track numbers
Signed-off-by: map per <map-per@gmx.de>
This commit is contained in:
parent
71d76a7aee
commit
dba51a3af3
4 changed files with 11 additions and 2 deletions
|
@ -447,7 +447,7 @@ deprecated|deprecated;446;x
|
|||
railway|yard;447;
|
||||
deprecated|deprecated;448;x
|
||||
natural|meadow;449;landuse|meadow
|
||||
deprecated|deprecated;450;x
|
||||
public_transport|stop_position;[public_transport=stop_position];;ref;name;450;
|
||||
railway|razed;451;
|
||||
highway|footway|demanding_mountain_hiking;[highway=footway][sac_scale=demanding_mountain_hiking];;name;int_name;452;
|
||||
deprecated|deprecated;453;x
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 11.
|
|
@ -156,7 +156,8 @@ area|z18-[craft],
|
|||
node[amenity=bbq],
|
||||
area[amenity=bbq],
|
||||
node[amenity=toilets],
|
||||
area[amenity=toilets]
|
||||
area[amenity=toilets],
|
||||
node[public_transport=stop_position]
|
||||
{z-index: 2400;}
|
||||
|
||||
/* Bigger than leisure=playground, sports_centre, pitch */
|
||||
|
@ -721,6 +722,9 @@ node|z14-[railway=station][transport=subway]::int_name,
|
|||
node|z17-[railway=subway_entrance]::int_name,
|
||||
{text: int_name;text-color: @label_dark;text-halo-radius: 1;text-halo-opacity: 0.6;text-halo-color: @label_halo_light;}
|
||||
|
||||
node|z18-[public_transport=stop_position],
|
||||
{text: ref;text-color: @train_stop_position;text-halo-radius: 1;text-halo-opacity: 0.9;text-halo-color: @label_halo_light;}
|
||||
|
||||
node|z17-[railway=tram_stop],
|
||||
area|z17-[railway=tram_stop]
|
||||
{text: name;text-color: @label_dark;text-halo-radius: 1;text-halo-opacity: 1;text-halo-color: @label_halo_light;}
|
||||
|
@ -794,6 +798,9 @@ node|z17-[railway=station]::int_name,
|
|||
node|z17-[railway=halt]::int_name,
|
||||
{text-offset: 1;font-size: 12;text-halo-opacity: 0.9;}
|
||||
|
||||
node|z18-[public_transport=stop_position],
|
||||
{text-offset: 0;font-size: 12;}
|
||||
|
||||
/* 3.2 Subway Station */
|
||||
|
||||
node|z13[railway=station][transport=subway]
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
@powerline: #969586;
|
||||
@tram: #7A7A7A;
|
||||
@ferry: #4499Bb;
|
||||
@train_stop_position: #2F6499;
|
||||
|
||||
/* 6.LABELS COLORS */
|
||||
/* 6.1 Main labels */
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
@powerline: #333333;
|
||||
@tram: #5C5C51;
|
||||
@ferry: #2A4541;
|
||||
@train_stop_position: #2F6499;
|
||||
|
||||
/* 6.LABELS COLORS */
|
||||
/* 6.1 Main labels */
|
||||
|
|
Reference in a new issue