forked from organicmaps/organicmaps
[style] tram stop labels
This commit is contained in:
parent
3d8217eec5
commit
ef68b1af90
3 changed files with 12 additions and 12 deletions
Binary file not shown.
|
@ -31471,6 +31471,10 @@ cont {
|
|||
name: "railway-tram_stop"
|
||||
element {
|
||||
scale: 15
|
||||
symbol {
|
||||
name: "tramway-mini"
|
||||
priority: 16000
|
||||
}
|
||||
caption {
|
||||
primary {
|
||||
height: 10
|
||||
|
@ -31480,13 +31484,13 @@ cont {
|
|||
}
|
||||
priority: 15000
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 16
|
||||
symbol {
|
||||
name: "tramway-mini"
|
||||
priority: 16000
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 16
|
||||
caption {
|
||||
primary {
|
||||
height: 11
|
||||
|
@ -31496,10 +31500,6 @@ cont {
|
|||
}
|
||||
priority: 15000
|
||||
}
|
||||
symbol {
|
||||
name: "tramway-mini"
|
||||
priority: 16000
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 17
|
||||
|
@ -31507,14 +31507,14 @@ cont {
|
|||
name: "tramway"
|
||||
priority: 16000
|
||||
}
|
||||
path_text {
|
||||
caption {
|
||||
primary {
|
||||
height: 12
|
||||
color: 0x3050D8
|
||||
stroke_color: 0xFFFFFF
|
||||
offset_y: 14
|
||||
}
|
||||
priority: 16000
|
||||
priority: 15000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3102,8 +3102,8 @@ line|z15[railway=siding]::d1p2
|
|||
width: 1.4;
|
||||
z-index: 396;
|
||||
}
|
||||
area|z15-16[railway=tram_stop]::d1p2,
|
||||
node|z15-16[railway=tram_stop]::d1p2
|
||||
area|z15-16[railway=tram_stop],
|
||||
node|z15-16[railway=tram_stop]
|
||||
{
|
||||
icon-image: tramway-mini.svg;
|
||||
}
|
||||
|
@ -3868,7 +3868,6 @@ node|z15[railway=tram_stop]
|
|||
text-color: #3050d8;
|
||||
text-offset: 14;
|
||||
text-halo-color: white;
|
||||
text-position: center;
|
||||
}
|
||||
area|z15-[amenity=fuel],
|
||||
node|z15-[amenity=fuel]
|
||||
|
@ -7128,6 +7127,7 @@ line[man_made=cutline]
|
|||
}
|
||||
|
||||
[highway=bus_stop],
|
||||
[railway=tram_stop],
|
||||
[railway=station]
|
||||
{
|
||||
text-position: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue