Merge pull request #1209 from kshalnev/bus_station_fix

[styles] Bus station fix
This commit is contained in:
Roman Kuznetsov 2016-01-04 14:50:50 +03:00
commit 4e7c3888f2
6 changed files with 40 additions and 40 deletions

Binary file not shown.

View file

@ -2177,13 +2177,13 @@ cont {
element {
scale: 19
symbol {
name: "none"
name: "bus-l"
priority: 16878
}
caption {
primary {
height: 11
color: 4473924
height: 12
color: 3355443
stroke_color: 452984831
offset_y: 10
}
@ -2756,13 +2756,13 @@ cont {
element {
scale: 19
symbol {
name: "none"
name: "ship-l"
priority: 16878
}
caption {
primary {
height: 11
color: 4473924
height: 12
color: 3355443
stroke_color: 452984831
offset_y: 10
}
@ -3001,12 +3001,12 @@ cont {
priority: -15433
}
symbol {
name: "none"
name: "cemetery-l"
priority: 16567
}
caption {
primary {
height: 11
height: 10
color: 4473924
offset_y: 10
}
@ -3082,12 +3082,12 @@ cont {
priority: -15433
}
symbol {
name: "none"
name: "cemetery-l"
priority: 16567
}
caption {
primary {
height: 11
height: 10
color: 4473924
offset_y: 10
}
@ -30516,7 +30516,7 @@ cont {
caption {
primary {
height: 10
color: 4473924
color: 6710886
offset_y: 10
}
priority: 15851
@ -30535,7 +30535,7 @@ cont {
caption {
primary {
height: 10
color: 4473924
color: 6710886
offset_y: 10
}
priority: 15851
@ -30554,7 +30554,7 @@ cont {
caption {
primary {
height: 10
color: 4473924
color: 6710886
offset_y: 10
}
priority: 15851
@ -30573,7 +30573,7 @@ cont {
caption {
primary {
height: 10
color: 4473924
color: 6710886
offset_y: 10
}
priority: 15851
@ -30592,7 +30592,7 @@ cont {
caption {
primary {
height: 10
color: 4473924
color: 6710886
offset_y: 10
}
priority: 15851
@ -37050,7 +37050,7 @@ cont {
}
caption {
primary {
height: 11
height: 10
color: 4473924
offset_y: 10
}
@ -37069,7 +37069,7 @@ cont {
}
caption {
primary {
height: 11
height: 10
color: 4473924
offset_y: 10
}
@ -37088,7 +37088,7 @@ cont {
}
caption {
primary {
height: 11
height: 10
color: 4473924
offset_y: 10
}

Binary file not shown.

View file

@ -2177,13 +2177,13 @@ cont {
element {
scale: 19
symbol {
name: "none"
name: "bus-l"
priority: 16878
}
caption {
primary {
height: 11
color: 5592405
height: 12
color: 11711154
stroke_color: 437326080
offset_y: 10
}
@ -2756,13 +2756,13 @@ cont {
element {
scale: 19
symbol {
name: "none"
name: "ship-l"
priority: 16878
}
caption {
primary {
height: 11
color: 5592405
height: 12
color: 11711154
stroke_color: 437326080
offset_y: 10
}
@ -3001,12 +3001,12 @@ cont {
priority: -15433
}
symbol {
name: "none"
name: "cemetery-l"
priority: 16567
}
caption {
primary {
height: 11
height: 10
color: 5592405
offset_y: 10
}
@ -3082,12 +3082,12 @@ cont {
priority: -15433
}
symbol {
name: "none"
name: "cemetery-l"
priority: 16567
}
caption {
primary {
height: 11
height: 10
color: 5592405
offset_y: 10
}
@ -30516,7 +30516,7 @@ cont {
caption {
primary {
height: 10
color: 5592405
color: 10066329
offset_y: 10
}
priority: 15851
@ -30535,7 +30535,7 @@ cont {
caption {
primary {
height: 10
color: 5592405
color: 10066329
offset_y: 10
}
priority: 15851
@ -30554,7 +30554,7 @@ cont {
caption {
primary {
height: 10
color: 5592405
color: 10066329
offset_y: 10
}
priority: 15851
@ -30573,7 +30573,7 @@ cont {
caption {
primary {
height: 10
color: 5592405
color: 10066329
offset_y: 10
}
priority: 15851
@ -30592,7 +30592,7 @@ cont {
caption {
primary {
height: 10
color: 5592405
color: 10066329
offset_y: 10
}
priority: 15851
@ -37050,7 +37050,7 @@ cont {
}
caption {
primary {
height: 11
height: 10
color: 5592405
offset_y: 10
}
@ -37069,7 +37069,7 @@ cont {
}
caption {
primary {
height: 11
height: 10
color: 5592405
offset_y: 10
}
@ -37088,7 +37088,7 @@ cont {
}
caption {
primary {
height: 11
height: 10
color: 5592405
offset_y: 10
}

View file

@ -2,12 +2,12 @@
@import("../include/defaults.mapcss");
@import("../include/roads.mapcss");
/* @import("../include/roads_orange.mapcss"); */
@import("../include/POI.mapcss");
@import("../include/transport.mapcss");
@import("../include/boundaries.mapcss");
@import("../include/natural.mapcss");
@import("../include/labels.mapcss");
@import("../include/landuse.mapcss");
@import("../include/POI.mapcss");
@import("../include/other.mapcss");
@import("../include/buildings.mapcss");

View file

@ -1,15 +1,15 @@
@import("colors.mapcss");
@import("../include/defaults.mapcss");
@import("../include/roads.mapcss");
/* @import("../include/roads_orange.mapcss"); */
/* @import("../include/roads_orange.mapcss"); */
@import("../include/POI.mapcss");
@import("../include/transport.mapcss");
@import("../include/boundaries.mapcss");
@import("../include/natural.mapcss");
@import("../include/labels.mapcss");
@import("../include/buildings.mapcss");
@import("../include/landuse.mapcss");
@import("../include/POI.mapcss");
@import("../include/other.mapcss");
@import("../include/buildings.mapcss");
canvas
{