forked from organicmaps/organicmaps
[styles] Fixed railway=halt captions.
This commit is contained in:
parent
38928e0294
commit
be81dbef1d
7 changed files with 182 additions and 1603 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -47311,14 +47311,14 @@ cont {
|
|||
name: "railway-station-mini"
|
||||
priority: 16177
|
||||
}
|
||||
path_text {
|
||||
caption {
|
||||
primary {
|
||||
height: 12
|
||||
color: 3364317
|
||||
stroke_color: 16777215
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 16177
|
||||
priority: 15177
|
||||
}
|
||||
}
|
||||
element {
|
||||
|
@ -47327,62 +47327,62 @@ cont {
|
|||
name: "railway-station-mini"
|
||||
priority: 16177
|
||||
}
|
||||
path_text {
|
||||
caption {
|
||||
primary {
|
||||
height: 12
|
||||
color: 3364317
|
||||
stroke_color: 16777215
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 16177
|
||||
priority: 15177
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 17
|
||||
symbol {
|
||||
name: "railway-station"
|
||||
priority: 16000
|
||||
priority: 16189
|
||||
}
|
||||
path_text {
|
||||
caption {
|
||||
primary {
|
||||
height: 12
|
||||
color: 3364317
|
||||
stroke_color: 16777215
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 16000
|
||||
priority: 15189
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 18
|
||||
symbol {
|
||||
name: "railway-station"
|
||||
priority: 16000
|
||||
priority: 16189
|
||||
}
|
||||
path_text {
|
||||
caption {
|
||||
primary {
|
||||
height: 12
|
||||
color: 3364317
|
||||
stroke_color: 16777215
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 16000
|
||||
priority: 15189
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 19
|
||||
symbol {
|
||||
name: "railway-station"
|
||||
priority: 16000
|
||||
priority: 16189
|
||||
}
|
||||
path_text {
|
||||
caption {
|
||||
primary {
|
||||
height: 12
|
||||
color: 3364317
|
||||
stroke_color: 16777215
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 16000
|
||||
priority: 15189
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,9 +5,11 @@ line[highway=bus_stop]
|
|||
node[highway=bus_stop],
|
||||
node[railway=tram_stop],
|
||||
node[railway=station],
|
||||
way[highway=bus_stop],
|
||||
way[railway=tram_stop],
|
||||
way[railway=station]
|
||||
node[railway=halt],
|
||||
area[highway=bus_stop],
|
||||
area[railway=tram_stop],
|
||||
area[railway=station],
|
||||
area[railway=halt],
|
||||
{
|
||||
text-position: center;
|
||||
}
|
||||
|
|
|
@ -1071,16 +1071,6 @@ line|z14[railway=monorail]::railborder
|
|||
width: 2;
|
||||
z-index: 555;
|
||||
}
|
||||
area|z15-[railway=halt],
|
||||
node|z15-[railway=halt]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #3050d8;
|
||||
text-offset: 10;
|
||||
text-halo-color: white;
|
||||
}
|
||||
line|z14[piste:lift=platter]::d1p3
|
||||
{
|
||||
color: #202020;
|
||||
|
@ -3646,7 +3636,9 @@ node|z19-[entrance]::flats
|
|||
text-offset-y: 10;
|
||||
}
|
||||
node|z15-[railway=station][!transport],
|
||||
area|z15-[railway=station][!transport]
|
||||
node|z15-[railway=halt],
|
||||
area|z15-[railway=station][!transport],
|
||||
area|z15-[railway=halt],
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
|
@ -3656,6 +3648,7 @@ area|z15-[railway=station][!transport]
|
|||
text-halo-color: #f8fcff;
|
||||
z-index: 170;
|
||||
}
|
||||
|
||||
/* POI icons */
|
||||
|
||||
area|z17-[tourism=information][office],
|
||||
|
|
|
@ -1098,16 +1098,6 @@ line|z14[railway=monorail]::railborder
|
|||
width: 2;
|
||||
z-index: 555;
|
||||
}
|
||||
area|z15-[railway=halt],
|
||||
node|z15-[railway=halt]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #3050d8;
|
||||
text-offset: 10;
|
||||
text-halo-color: white;
|
||||
}
|
||||
line|z14[piste:lift=platter]::d1p3
|
||||
{
|
||||
color: #202020;
|
||||
|
@ -3591,8 +3581,10 @@ node|z19-[entrance]::flats
|
|||
text-offset-y: 10;
|
||||
}
|
||||
node|z15-[railway=station][!transport],
|
||||
area|z15-[railway=station][!transport]
|
||||
{
|
||||
node|z15-[railway=halt],
|
||||
area|z15-[railway=station][!transport],
|
||||
area|z15-[railway=halt],
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
|
@ -3601,6 +3593,7 @@ area|z15-[railway=station][!transport]
|
|||
text-halo-color: #f8fcff;
|
||||
z-index: 170;
|
||||
}
|
||||
|
||||
/* POI icons */
|
||||
|
||||
area|z17-[tourism=information][office],
|
||||
|
|
Loading…
Add table
Reference in a new issue