forked from organicmaps/organicmaps
[style]more style grouping
This commit is contained in:
parent
da27c7f6e0
commit
9dbd48ffe7
6 changed files with 1039 additions and 1369 deletions
Binary file not shown.
|
@ -41823,6 +41823,7 @@ cont {
|
|||
secondary {
|
||||
height: 14
|
||||
color: 12303274
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15000
|
||||
}
|
||||
|
@ -41837,6 +41838,7 @@ cont {
|
|||
secondary {
|
||||
height: 14
|
||||
color: 12303274
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15000
|
||||
}
|
||||
|
@ -42246,6 +42248,7 @@ cont {
|
|||
secondary {
|
||||
height: 12
|
||||
color: 10066329
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15000
|
||||
}
|
||||
|
@ -42262,6 +42265,7 @@ cont {
|
|||
height: 12
|
||||
color: 10066329
|
||||
stroke_color: 16777215
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15000
|
||||
}
|
||||
|
@ -42278,6 +42282,7 @@ cont {
|
|||
height: 12
|
||||
color: 10066329
|
||||
stroke_color: 16777215
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15000
|
||||
}
|
||||
|
@ -42844,6 +42849,7 @@ cont {
|
|||
secondary {
|
||||
height: 12
|
||||
color: 11184810
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15033
|
||||
}
|
||||
|
@ -42858,6 +42864,7 @@ cont {
|
|||
secondary {
|
||||
height: 12
|
||||
color: 11184810
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15033
|
||||
}
|
||||
|
@ -42872,6 +42879,7 @@ cont {
|
|||
secondary {
|
||||
height: 12
|
||||
color: 11184810
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15033
|
||||
}
|
||||
|
@ -42886,6 +42894,7 @@ cont {
|
|||
secondary {
|
||||
height: 12
|
||||
color: 11184810
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15033
|
||||
}
|
||||
|
@ -42900,6 +42909,7 @@ cont {
|
|||
secondary {
|
||||
height: 12
|
||||
color: 11184810
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15033
|
||||
}
|
||||
|
@ -42914,6 +42924,7 @@ cont {
|
|||
secondary {
|
||||
height: 14
|
||||
color: 11184810
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15033
|
||||
}
|
||||
|
@ -42928,6 +42939,7 @@ cont {
|
|||
secondary {
|
||||
height: 14
|
||||
color: 11184810
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15033
|
||||
}
|
||||
|
@ -42942,6 +42954,7 @@ cont {
|
|||
secondary {
|
||||
height: 14
|
||||
color: 11184810
|
||||
offset_y: 20
|
||||
}
|
||||
priority: 15033
|
||||
}
|
||||
|
|
535
data/styles/include/base_place.mapcss
Normal file
535
data/styles/include/base_place.mapcss
Normal file
|
@ -0,0 +1,535 @@
|
|||
*[place]
|
||||
{
|
||||
text-position: center;
|
||||
fill-position: background;
|
||||
}
|
||||
|
||||
|
||||
area|z15-[place=island],
|
||||
node|z15-[place=island]
|
||||
{
|
||||
text: name;
|
||||
font-size: 16;
|
||||
text-color: #505050;
|
||||
}
|
||||
node|z-2[place=continent]
|
||||
{
|
||||
text: name;
|
||||
font-size: 18;
|
||||
text-color: #808078;
|
||||
}
|
||||
node|z3[place=country]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #404040;
|
||||
}
|
||||
area|z3[place=country]::int_name,
|
||||
node|z3[place=country]::int_name
|
||||
{
|
||||
text: int_name;
|
||||
font-size: 12;
|
||||
text-color: #606060;
|
||||
}
|
||||
|
||||
node|z4[place=city][capital?]::int_name
|
||||
{
|
||||
font-size: 10;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: grey;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z8[place=town]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z4[place=country],
|
||||
node|z9[place=town]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z4[place=state]
|
||||
{
|
||||
text: name;
|
||||
font-size: 11;
|
||||
text-color: #c0c0b0;
|
||||
z-index: -10;
|
||||
}
|
||||
node|z4[place=city][capital?]
|
||||
{
|
||||
font-size: 11;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z4-5[place=country]::int_name,
|
||||
node|z13-14[place=village]::int_name
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: #606060;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
|
||||
node|z5[place=city][capital?]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z5[place=city][capital?]::int_name
|
||||
{
|
||||
font-size: 11;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: grey;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z5[place=country]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z5[place=city]
|
||||
{
|
||||
font-size: 11;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z5[place=state]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #c0c0b0;
|
||||
z-index: -10;
|
||||
}
|
||||
node|z5[place=city]::int_name
|
||||
{
|
||||
font-size: 10;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: #909090;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z7-8[place=city]::int_name,
|
||||
node|z9[place=town]::int_name,
|
||||
node|z12-13[place=town]::int_name,
|
||||
node|z6-9[place=city][capital?]::int_name
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: grey;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z6[place=city][capital?]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
|
||||
node|z6[place=country]
|
||||
{
|
||||
text: name;
|
||||
font-size: 18;
|
||||
text-color: grey;
|
||||
}
|
||||
node|z6[place=city],
|
||||
node|z15[place=locality],
|
||||
node|z12-13[place=village]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z6[place=state]
|
||||
{
|
||||
text: name;
|
||||
font-size: 13;
|
||||
text-color: #c0c0b0;
|
||||
z-index: -10;
|
||||
}
|
||||
node|z6[place=country]::int_name
|
||||
{
|
||||
text: int_name;
|
||||
font-size: 12;
|
||||
text-color: #a0a090;
|
||||
}
|
||||
node|z6[place=city]::int_name
|
||||
{
|
||||
font-size: 11;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: #909090;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z7[place=country]
|
||||
{
|
||||
text: name;
|
||||
font-size: 26;
|
||||
text-color: #909080;
|
||||
}
|
||||
node|z7-8[place=city]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z7[place=country]::d1p3
|
||||
{
|
||||
text: int_name;
|
||||
font-size: 14;
|
||||
text-color: #a0a090;
|
||||
}
|
||||
node|z7[place=state]
|
||||
{
|
||||
text: name;
|
||||
font-size: 14;
|
||||
text-color: #c0c0b0;
|
||||
z-index: -10;
|
||||
}
|
||||
node|z8[place=state]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #b0b0a8;
|
||||
text-halo-color: #eeeedd;
|
||||
z-index: -10;
|
||||
}
|
||||
area|z15-[place=farm],
|
||||
node|z15-[place=farm],
|
||||
node|z12-15[place=hamlet],
|
||||
node|z14[place=locality],
|
||||
node|z8-9[place=region]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #606060;
|
||||
}
|
||||
node|z8-9[place=city][capital?],
|
||||
node|z16[place=locality]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z10-14[place=island],
|
||||
node|z10-14[place=island]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #505050;
|
||||
}
|
||||
node|z8-9[place=country]
|
||||
{
|
||||
text: name;
|
||||
font-size: 28;
|
||||
text-color: #a0a090;
|
||||
}
|
||||
area|z8-9[place=country]::int_name,
|
||||
node|z8-9[place=country]::int_name
|
||||
{
|
||||
text: int_name;
|
||||
font-size: 14;
|
||||
text-color: #b0b0a0;
|
||||
}
|
||||
node|z9[place=state]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #c0c0b0;
|
||||
text-halo-color: #eeeedd;
|
||||
z-index: -10;
|
||||
}
|
||||
node|z9[place=city]
|
||||
{
|
||||
font-size: 17;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z9[place=county]
|
||||
{
|
||||
text: name;
|
||||
font-size: 14;
|
||||
text-color: #a0a0a0;
|
||||
}
|
||||
node|z9-11[place=city]::int_name,
|
||||
node|z10-11[place=town]::int_name,
|
||||
node|z14[place=town]::int_name,
|
||||
node|z10-11[place=city][capital?]::int_name
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: grey;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z10-11[place=town]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z10-11[place=city],
|
||||
node|z12[place=town]
|
||||
{
|
||||
font-size: 18;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z10-11[place=city][capital?]
|
||||
{
|
||||
font-size: 18;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z10[place=county],
|
||||
node|z10[place=county]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #a0a0a0;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z11-12[place=county],
|
||||
node|z11-12[place=county]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #a0a090;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z12[place=city]::int_name
|
||||
{
|
||||
text: int_name;
|
||||
font-size: 16;
|
||||
text-color: grey;
|
||||
}
|
||||
node|z13-15[place=city]::int_name,
|
||||
node|z12[place=city][capital?]::int_name
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: grey;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z12-16[place=suburb]::int_name,
|
||||
node|z12-16[place=suburb]::int_name
|
||||
{
|
||||
text: int_name;
|
||||
font-size: 12;
|
||||
text-color: #a0a0a0;
|
||||
z-index: 20;
|
||||
}
|
||||
node|z12[place=city],
|
||||
node|z13[place=town]
|
||||
{
|
||||
font-size: 20;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
node|z12[place=city][capital?]
|
||||
{
|
||||
font-size: 22;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z12[place=suburb],
|
||||
node|z12[place=suburb]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #909090;
|
||||
z-index: 20;
|
||||
}
|
||||
node|z13[place=city][capital?]::int_name
|
||||
{
|
||||
font-size: 18;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: grey;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z14[place=farm],
|
||||
area|z13-15[place=islet],
|
||||
area|z17-[place=islet]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #202020;
|
||||
}
|
||||
area|z14-[place=hamlet],
|
||||
area|z11-[place=village]
|
||||
{
|
||||
fill-color: #dddac9;
|
||||
}
|
||||
node|z13[place=city][capital?]
|
||||
{
|
||||
text: name;
|
||||
font-size: 24;
|
||||
text-color: grey;
|
||||
}
|
||||
node|z13[place=city]
|
||||
{
|
||||
font-size: 20;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z13[place=suburb],
|
||||
node|z13[place=suburb]
|
||||
{
|
||||
text: name;
|
||||
font-size: 14;
|
||||
text-color: #909090;
|
||||
z-index: 20;
|
||||
}
|
||||
area|z14[place=town],
|
||||
node|z14[place=town]
|
||||
{
|
||||
font-size: 22;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z14-16[place=suburb],
|
||||
node|z14-16[place=suburb]
|
||||
{
|
||||
text: name;
|
||||
font-size: 18;
|
||||
text-color: #909090;
|
||||
z-index: 20;
|
||||
}
|
||||
node|z14-15[place=city]
|
||||
{
|
||||
font-size: 22;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z14[place=village],
|
||||
node|z14[place=village]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z14-16[place=locality]::int_name,
|
||||
node|z14-16[place=locality]::int_name
|
||||
{
|
||||
text: int_name;
|
||||
font-size: 12;
|
||||
text-color: #909090;
|
||||
}
|
||||
node|z15-[place=village]::int_name
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: int_name;
|
||||
text-color: #909090;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z15-16[place=village],
|
||||
node|z15-16[place=village]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #707070;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z16[place=islet],
|
||||
node|z16[place=islet]
|
||||
{
|
||||
text: name;
|
||||
font-size: 16;
|
||||
text-color: #202020;
|
||||
}
|
||||
area|z16-[place=hamlet],
|
||||
node|z16-[place=hamlet]
|
||||
{
|
||||
text: name;
|
||||
font-size: 16;
|
||||
text-color: #606060;
|
||||
}
|
||||
area|z17-[place=suburb],
|
||||
node|z17-[place=suburb]
|
||||
{
|
||||
text: name;
|
||||
font-size: 20;
|
||||
text-color: #909090;
|
||||
z-index: 20;
|
||||
}
|
||||
area|z17-[place=village],
|
||||
node|z17-[place=village]
|
||||
{
|
||||
font-size: 18;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #707070;
|
||||
text-halo-color: #eeeedd;
|
||||
}
|
||||
area|z17-[place=locality],
|
||||
node|z17-[place=locality]
|
||||
{
|
||||
text: name;
|
||||
font-size: 16;
|
||||
text-color: #404040;
|
||||
}
|
||||
area|z17-[place=suburb]::int_name,
|
||||
node|z17-[place=suburb]::int_name
|
||||
{
|
||||
text: int_name;
|
||||
font-size: 14;
|
||||
text-color: #a0a0a0;
|
||||
z-index: 20;
|
||||
}
|
470
data/styles/include/base_water.mapcss
Normal file
470
data/styles/include/base_water.mapcss
Normal file
|
@ -0,0 +1,470 @@
|
|||
|
||||
node|z1-[place=ocean]
|
||||
{
|
||||
text: name;
|
||||
font-size:8;
|
||||
text-color:#4976d1;
|
||||
z-index:-1
|
||||
}
|
||||
node|z2-[place=ocean]
|
||||
{
|
||||
font-size:9;
|
||||
}
|
||||
node|z5-[place=ocean]
|
||||
{
|
||||
font-size:10;
|
||||
}
|
||||
node|z7-[place=ocean]
|
||||
{
|
||||
font-size:11;
|
||||
}
|
||||
node|z3-[place=sea]
|
||||
{
|
||||
text: name;
|
||||
font-size: 8;
|
||||
text-color: #4976d1;
|
||||
}
|
||||
node|z7-[place=sea]
|
||||
{
|
||||
font-size: 10;
|
||||
}
|
||||
node|z9-[place=sea]
|
||||
{
|
||||
font-size: 11;
|
||||
}
|
||||
area|z16-[amenity=fountain],
|
||||
area|z12-[landuse=basin],
|
||||
area|z12-[landuse=reservoir],
|
||||
area|z13-[leisure=swimming_pool],
|
||||
area[natural=ocean],
|
||||
area|z10-[natural=lake],
|
||||
area|z10-[natural=pond],
|
||||
area|z10-[natural=water],
|
||||
area|z10-[waterway=dock],
|
||||
area|z10-[waterway=riverbank],
|
||||
area|z14-[natural=bay],
|
||||
{
|
||||
fill-color: #B9D4D4;
|
||||
z-index: 100;
|
||||
}
|
||||
line|z10[waterway=river]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 0.5;
|
||||
}
|
||||
area|z13-[leisure=water_park],
|
||||
line|z11[waterway=river]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 1;
|
||||
}
|
||||
line|z12[waterway=river]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2.5;
|
||||
}
|
||||
area|z14-[natural=wetland],
|
||||
area|z12-[natural=wetland][wetland=bog]
|
||||
{
|
||||
fill-color: #a0c3b8;
|
||||
}
|
||||
line|z12[waterway=drain]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 1;
|
||||
z-index: 67;
|
||||
}
|
||||
line|z12[waterway=ditch]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 0.3;
|
||||
z-index: 68;
|
||||
}
|
||||
line|z12[waterway=stream]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 0.75;
|
||||
z-index: 65;
|
||||
}
|
||||
line|z12[waterway=canal]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2.5;
|
||||
}
|
||||
line|z13[waterway=drain]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 1.5;
|
||||
z-index: 77;
|
||||
}
|
||||
line|z13[waterway=river]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 3;
|
||||
}
|
||||
area|z13[natural=water]
|
||||
{
|
||||
text: name;
|
||||
font-size: 10;
|
||||
text-color: navy;
|
||||
}
|
||||
area|z14[natural=water]
|
||||
{
|
||||
text: name;
|
||||
font-size: 11;
|
||||
text-color: navy;
|
||||
}
|
||||
area|z15[natural=water]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: navy;
|
||||
}
|
||||
area|z16-[natural=water]
|
||||
{
|
||||
text: name;
|
||||
font-size: 16;
|
||||
text-color: navy;
|
||||
}
|
||||
line|z13[waterway=ditch]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 0.4;
|
||||
z-index: 78;
|
||||
}
|
||||
line|z13[waterway=stream]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 1;
|
||||
z-index: 75;
|
||||
}
|
||||
line|z13[waterway=canal]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 3;
|
||||
}
|
||||
line|z14[natural=spring],
|
||||
line|z14[waterway=river]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 4;
|
||||
}
|
||||
line|z14[waterway=stream][intermittent=yes]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 1;
|
||||
z-index: 100;
|
||||
dashes: 2.4,0.8;
|
||||
linecap: butt;
|
||||
}
|
||||
line|z14[waterway=dam]
|
||||
{
|
||||
color: #202020;
|
||||
width: 0.38;
|
||||
z-index: 124;
|
||||
}
|
||||
line|z14[waterway=lock]
|
||||
{
|
||||
color: #f8f8f8;
|
||||
width: 5;
|
||||
z-index: 88;
|
||||
casing-width: 0.5;
|
||||
casing-color: #202020;
|
||||
}
|
||||
line|z14-[natural=spring],
|
||||
line|z14-[waterway=canal],
|
||||
line|z14-[waterway=river]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #507cea;
|
||||
}
|
||||
line|z14[waterway=canal]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 4;
|
||||
}
|
||||
line|z14[waterway=drain]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2.3;
|
||||
}
|
||||
line|z14[waterway=ditch]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 0.3;
|
||||
z-index: 104;
|
||||
}
|
||||
line|z14[waterway=stream]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 1;
|
||||
z-index: 101;
|
||||
}
|
||||
line|z14[waterway=stream][intermittent=ephemeral]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 1;
|
||||
z-index: 99;
|
||||
dashes: 1.6,1.6;
|
||||
linecap: butt;
|
||||
}
|
||||
line|z14[waterway=weir]
|
||||
{
|
||||
color: #000044;
|
||||
width: 0.25;
|
||||
z-index: 123;
|
||||
}
|
||||
line|z15[waterway=weir]
|
||||
{
|
||||
color: #000044;
|
||||
width: 1;
|
||||
z-index: 128;
|
||||
}
|
||||
line|z15[waterway=canal]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 4;
|
||||
}
|
||||
line|z15[waterway=stream][intermittent=yes]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2;
|
||||
dashes: 2.4,0.8;
|
||||
linecap: butt;
|
||||
}
|
||||
line|z15[waterway=ditch]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 0.6;
|
||||
z-index: 109;
|
||||
}
|
||||
line|z15[waterway=stream]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2;
|
||||
z-index: 106;
|
||||
}
|
||||
line|z15[waterway=stream][intermittent=ephemeral]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2;
|
||||
z-index: 104;
|
||||
dashes: 1.6,1.6;
|
||||
linecap: butt;
|
||||
}
|
||||
line|z15[waterway=lock]
|
||||
{
|
||||
color: #f8f8f8;
|
||||
width: 9;
|
||||
z-index: 92;
|
||||
casing-width: 0.5;
|
||||
casing-color: #202020;
|
||||
}
|
||||
line|z15[natural=spring],
|
||||
line|z15[waterway=river]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 5;
|
||||
}
|
||||
line|z15[waterway=drain]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2.8;
|
||||
z-index: 108;
|
||||
casing-width: 0.35;
|
||||
casing-color: #b0b0b0;
|
||||
}
|
||||
line|z15[waterway=dam]
|
||||
{
|
||||
color: #202020;
|
||||
width: 1.5;
|
||||
z-index: 129;
|
||||
}
|
||||
line|z15[man_made=breakwater]
|
||||
{
|
||||
color: #707070;
|
||||
width: 2;
|
||||
}
|
||||
line|z16[waterway=lock]
|
||||
{
|
||||
color: #f8f8f8;
|
||||
width: 10;
|
||||
z-index: 94;
|
||||
casing-width: 1;
|
||||
casing-color: #202020;
|
||||
}
|
||||
line|z16[waterway=dam]
|
||||
{
|
||||
color: #202020;
|
||||
width: 3;
|
||||
z-index: 131;
|
||||
}
|
||||
line|z16[waterway=drain]
|
||||
{
|
||||
width: 4;
|
||||
z-index: 110;
|
||||
color: #B9D4D4;
|
||||
casing-width: 0.6;
|
||||
casing-color: #b0b0b0;
|
||||
}
|
||||
line|z16-[waterway=ditch],
|
||||
line|z16-[waterway=drain],
|
||||
line|z16-[waterway=stream]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: navy;
|
||||
}
|
||||
line|z16[waterway=stream][intermittent=yes]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2;
|
||||
dashes: 2.4,0.8;
|
||||
linecap: butt;
|
||||
}
|
||||
area|z17-[amenity=drinking_water],
|
||||
node|z17-[amenity=drinking_water]
|
||||
{
|
||||
icon-image: drinking_water.svg;
|
||||
}
|
||||
line|z16[man_made=breakwater]
|
||||
{
|
||||
color: #707070;
|
||||
width: 4;
|
||||
z-index: 854;
|
||||
}
|
||||
area|z12-[man_made=wastewater_plant]
|
||||
{
|
||||
fill-position: background;
|
||||
}
|
||||
area|z12-[man_made=wastewater_plant]
|
||||
{
|
||||
fill-color: #e4e4e4;
|
||||
}
|
||||
line|z16[waterway=stream]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2;
|
||||
z-index: 108;
|
||||
}
|
||||
line|z16[natural=spring],
|
||||
line|z16[waterway=river]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 8;
|
||||
}
|
||||
line|z16[waterway=canal]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 4.8;
|
||||
}
|
||||
line|z16[waterway=ditch]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 0.6;
|
||||
z-index: 111;
|
||||
}
|
||||
line|z16[waterway=stream][intermittent=ephemeral]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2;
|
||||
z-index: 106;
|
||||
dashes: 1.6,1.6;
|
||||
linecap: butt;
|
||||
}
|
||||
line|z16[waterway=weir]
|
||||
{
|
||||
color: #000044;
|
||||
width: 2;
|
||||
z-index: 130;
|
||||
}
|
||||
line|z17-[waterway=canal]
|
||||
{
|
||||
width: 6.4;
|
||||
color: #B9D4D4;
|
||||
casing-width: 0.8;
|
||||
casing-color: #b0b0b0;
|
||||
}
|
||||
line|z17-[waterway=lock]
|
||||
{
|
||||
color: #f8f8f8;
|
||||
width: 12;
|
||||
z-index: 96;
|
||||
casing-width: 2;
|
||||
casing-color: #202020;
|
||||
}
|
||||
line|z17-[natural=spring],
|
||||
line|z17-[waterway=river]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 16;
|
||||
}
|
||||
line|z17-[waterway=weir]
|
||||
{
|
||||
color: #000044;
|
||||
width: 3;
|
||||
z-index: 132;
|
||||
}
|
||||
line|z17-[waterway=ditch]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 0.8;
|
||||
z-index: 113;
|
||||
}
|
||||
line|z17-[waterway=stream]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2.2;
|
||||
z-index: 110;
|
||||
}
|
||||
line|z17-[waterway=stream][intermittent=yes]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2.2;
|
||||
z-index: 108;
|
||||
dashes: 2.4,0.8;
|
||||
linecap: butt;
|
||||
}
|
||||
line|z17-[man_made=breakwater]
|
||||
{
|
||||
color: #707070;
|
||||
width: 6.4;
|
||||
z-index: 913;
|
||||
}
|
||||
line|z17-[waterway=stream][intermittent=ephemeral]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
width: 2.2;
|
||||
z-index: 109;
|
||||
dashes: 1.6,1.6;
|
||||
linecap: butt;
|
||||
}
|
||||
line|z17-[waterway=drain]
|
||||
{
|
||||
width: 6.4;
|
||||
z-index: 112;
|
||||
color: #B9D4D4;
|
||||
casing-width: 0.8;
|
||||
casing-color: #b0b0b0;
|
||||
}
|
||||
line|z17-[waterway=dam]
|
||||
{
|
||||
color: #202020;
|
||||
width: 4;
|
||||
z-index: 133;
|
||||
}
|
||||
area[waterway=riverbank],
|
||||
line[waterway=river],
|
||||
line[waterway=canal]
|
||||
{
|
||||
z-index: 20;
|
||||
}
|
||||
line[waterway]
|
||||
{
|
||||
text-halo-color: eval(prop("color"));
|
||||
}
|
||||
line[waterway]
|
||||
{
|
||||
text-position: line;
|
||||
}
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
TODO:
|
||||
- separate water features from this file
|
||||
*/
|
||||
|
||||
canvas {
|
||||
background-color: #f1eee8;
|
||||
fill-color: #B9D4D4;
|
||||
|
@ -48,7 +53,6 @@ area[natural=coastline]
|
|||
*[leisure],
|
||||
*[man_made],
|
||||
*[natural],
|
||||
*[place],
|
||||
*[power],
|
||||
*[landuse]
|
||||
{
|
||||
|
@ -58,9 +62,8 @@ area[natural=coastline]
|
|||
area[landuse],
|
||||
area[natural],
|
||||
area[leisure],
|
||||
area[place],
|
||||
area[aeroway],
|
||||
area[tourism],
|
||||
area[tourism]
|
||||
{
|
||||
fill-position: background;
|
||||
}
|
||||
|
@ -68,51 +71,13 @@ area[tourism],
|
|||
@import("include/base_roads.mapcss");
|
||||
@import("include/base_shop.mapcss");
|
||||
@import("include/base_sport.mapcss");
|
||||
@import("include/base_place.mapcss");
|
||||
@import("include/base_water.mapcss");
|
||||
|
||||
line[highway=motorway_junction]
|
||||
{
|
||||
casing-width: 0;
|
||||
}
|
||||
|
||||
area|z15-[place=island],
|
||||
node|z15-[place=island]
|
||||
{
|
||||
text: name;
|
||||
font-size: 16;
|
||||
}
|
||||
|
||||
node|z1-[place=ocean]
|
||||
{
|
||||
text: name;
|
||||
font-size:8;
|
||||
z-index:-1
|
||||
}
|
||||
node|z2-[place=ocean]
|
||||
{
|
||||
font-size:9;
|
||||
}
|
||||
node|z5-[place=ocean]
|
||||
{
|
||||
font-size:10;
|
||||
}
|
||||
node|z7-[place=ocean]
|
||||
{
|
||||
font-size:11;
|
||||
}
|
||||
node|z3-[place=sea]
|
||||
{
|
||||
text: name;
|
||||
font-size: 8;
|
||||
text-color: #4976d1;
|
||||
}
|
||||
node|z7-[place=sea]
|
||||
{
|
||||
font-size: 10;
|
||||
}
|
||||
node|z9-[place=sea]
|
||||
{
|
||||
font-size: 11;
|
||||
}
|
||||
area|z16-[amenity=fountain],
|
||||
area|z12-[landuse=basin],
|
||||
area|z12-[landuse=reservoir],
|
||||
|
@ -128,19 +93,6 @@ area|z14-[natural=bay],
|
|||
fill-color: #0;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
node|z-2[place=continent]
|
||||
{
|
||||
text: name;
|
||||
font-size: 18;
|
||||
text-color: #808078;
|
||||
}
|
||||
node|z3[place=country]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #404040;
|
||||
}
|
||||
line|z4[boundary=administrative][admin_level=2]
|
||||
{
|
||||
color: #ffa090;
|
||||
|
@ -149,35 +101,6 @@ line|z4[boundary=administrative][admin_level=2]
|
|||
linecap: butt;
|
||||
-x-kot-layer: top;
|
||||
}
|
||||
node|z8[place=town]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
}
|
||||
node|z4[place=country],
|
||||
node|z9[place=town]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
}
|
||||
node|z4[place=state]
|
||||
{
|
||||
text: name;
|
||||
font-size: 11;
|
||||
text-color: #c0c0b0;
|
||||
z-index: -10;
|
||||
}
|
||||
node|z4[place=city][capital?]
|
||||
{
|
||||
font-size: 11;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
}
|
||||
line|z5[boundary=administrative][admin_level=2]
|
||||
{
|
||||
color: #ff775b;
|
||||
|
@ -186,41 +109,6 @@ line|z5[boundary=administrative][admin_level=2]
|
|||
linecap: butt;
|
||||
-x-kot-layer: top;
|
||||
}
|
||||
node|z5[place=city][capital?]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
}
|
||||
node|z5[place=country]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
}
|
||||
node|z5[place=city]
|
||||
{
|
||||
font-size: 11;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
}
|
||||
node|z5[place=state]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #c0c0b0;
|
||||
z-index: -10;
|
||||
}
|
||||
node|z6[place=city][capital?]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
}
|
||||
line|z5-8[boundary=administrative][admin_level=4]::d2p2,
|
||||
line|z4-8[boundary=administrative][admin_level=4][border_type=state]::d3p2
|
||||
{
|
||||
|
@ -229,21 +117,6 @@ line|z4-8[boundary=administrative][admin_level=4][border_type=state]::d3p2
|
|||
z-index: 120;
|
||||
-x-kot-layer: top;
|
||||
}
|
||||
node|z6[place=country]
|
||||
{
|
||||
text: name;
|
||||
font-size: 18;
|
||||
text-color: grey;
|
||||
}
|
||||
node|z6[place=city],
|
||||
node|z15[place=locality],
|
||||
node|z12-13[place=village]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
}
|
||||
area|z6-11[natural=land]
|
||||
{
|
||||
fill-color: #a;
|
||||
|
@ -257,13 +130,6 @@ line|z4-[boundary=administrative][admin_level=3]
|
|||
linecap: butt;
|
||||
-x-kot-layer: top;
|
||||
}
|
||||
node|z6[place=state]
|
||||
{
|
||||
text: name;
|
||||
font-size: 13;
|
||||
text-color: #c0c0b0;
|
||||
z-index: -10;
|
||||
}
|
||||
line|z6[boundary=administrative][admin_level=2]::d2p2
|
||||
{
|
||||
color: #eeeedd;
|
||||
|
@ -315,12 +181,6 @@ line|z7-8[boundary=administrative][admin_level=4]
|
|||
linecap: butt;
|
||||
-x-kot-layer: top;
|
||||
}
|
||||
node|z7[place=country]
|
||||
{
|
||||
text: name;
|
||||
font-size: 26;
|
||||
text-color: #909080;
|
||||
}
|
||||
line|z7[boundary=administrative][admin_level=2]::d2p2
|
||||
{
|
||||
color: #f9574b;
|
||||
|
@ -335,13 +195,6 @@ line|z7[boundary=administrative][border_type=state]
|
|||
width: 0.62;
|
||||
z-index: 56;
|
||||
}
|
||||
node|z7-8[place=city]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
}
|
||||
line|z7[boundary=administrative][border_type=state]::d2p2
|
||||
{
|
||||
color: #f9574b;
|
||||
|
@ -350,13 +203,6 @@ line|z7[boundary=administrative][border_type=state]::d2p2
|
|||
dashes: 0.62,0.12,0.12,0.12;
|
||||
linecap: butt;
|
||||
}
|
||||
node|z7[place=state]
|
||||
{
|
||||
text: name;
|
||||
font-size: 14;
|
||||
text-color: #c0c0b0;
|
||||
z-index: -10;
|
||||
}
|
||||
line|z8[boundary=administrative][border_type=state]
|
||||
{
|
||||
color: yellow;
|
||||
|
@ -386,45 +232,6 @@ line|z8-11[boundary=administrative][admin_level=2]
|
|||
width: 3.12;
|
||||
-x-kot-layer: top;
|
||||
}
|
||||
node|z8[place=state]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #b0b0a8;
|
||||
z-index: -10;
|
||||
}
|
||||
area|z15-[place=farm],
|
||||
node|z15-[place=farm],
|
||||
node|z12-15[place=hamlet],
|
||||
node|z14[place=locality],
|
||||
node|z8-9[place=region]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #606060;
|
||||
}
|
||||
node|z8-9[place=city][capital?],
|
||||
node|z16[place=locality]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
}
|
||||
area|z10-14[place=island],
|
||||
node|z10-14[place=island]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #505050;
|
||||
}
|
||||
node|z8-9[place=country]
|
||||
{
|
||||
text: name;
|
||||
font-size: 28;
|
||||
text-color: #a0a090;
|
||||
}
|
||||
line|z9[boundary=administrative][admin_level=4]::d2p2
|
||||
{
|
||||
color: #eeeedd;
|
||||
|
@ -440,14 +247,6 @@ node|z12-[aeroway=aerodrome]
|
|||
{
|
||||
icon-image: airport.svg;
|
||||
}
|
||||
node|z9[place=state]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #c0c0b0;
|
||||
z-index: -10;
|
||||
}
|
||||
line|z9[boundary=administrative][admin_level=4]
|
||||
{
|
||||
color: #909090;
|
||||
|
@ -457,19 +256,6 @@ line|z9[boundary=administrative][admin_level=4]
|
|||
linecap: butt;
|
||||
-x-kot-layer: top;
|
||||
}
|
||||
node|z9[place=city]
|
||||
{
|
||||
font-size: 17;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
}
|
||||
node|z9[place=county]
|
||||
{
|
||||
text: name;
|
||||
font-size: 14;
|
||||
text-color: #a0a0a0;
|
||||
}
|
||||
area|z11-[aeroway=aerodrome]
|
||||
{
|
||||
fill-color: #d8dcce;
|
||||
|
@ -495,13 +281,6 @@ line|z10[boundary=administrative][admin_level=4]::d2p2,
|
|||
z-index: 401;
|
||||
-x-kot-layer: top;
|
||||
}
|
||||
node|z10-11[place=town]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
}
|
||||
line|z10-11[railway=rail]
|
||||
{
|
||||
color: silver;
|
||||
|
@ -580,14 +359,6 @@ area|z10-[landuse=commercial]
|
|||
{
|
||||
fill-color: #8;
|
||||
}
|
||||
node|z10-11[place=city],
|
||||
node|z12[place=town]
|
||||
{
|
||||
font-size: 18;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
}
|
||||
area|z11-[aeroway=apron],
|
||||
area|z12-[landuse=brownfield],
|
||||
area|z12-[landuse=cemetery],
|
||||
|
@ -600,13 +371,6 @@ area|z12-[landuse=railway],
|
|||
{
|
||||
fill-color: #6;
|
||||
}
|
||||
node|z10-11[place=city][capital?]
|
||||
{
|
||||
font-size: 18;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
}
|
||||
line|z10[boundary=national_park]
|
||||
{
|
||||
color: #4ef94b;
|
||||
|
@ -625,14 +389,6 @@ area|z15-[tourism=attraction]
|
|||
fill-color: #6;
|
||||
fill-position: background;
|
||||
}
|
||||
area|z10[place=county],
|
||||
node|z10[place=county]
|
||||
{
|
||||
font-size: 14;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #a0a0a0;
|
||||
}
|
||||
line|z11[boundary=administrative][border_type=state]::d2p2
|
||||
{
|
||||
color: #f9574b;
|
||||
|
@ -650,14 +406,6 @@ line|z11[boundary=national_park]
|
|||
z-index: 154;
|
||||
dashes: 10,2,2,2;
|
||||
}
|
||||
area|z11-12[place=county],
|
||||
node|z11-12[place=county]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #a0a090;
|
||||
}
|
||||
area|z13-[leisure=water_park],
|
||||
line|z11[waterway=river]
|
||||
{
|
||||
|
@ -824,14 +572,6 @@ line|z12[waterway=drain]
|
|||
width: 1;
|
||||
z-index: 67;
|
||||
}
|
||||
node|z12[place=city],
|
||||
node|z13[place=town]
|
||||
{
|
||||
font-size: 20;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
}
|
||||
line|z12[waterway=ditch]
|
||||
{
|
||||
color: #B9D4D4;
|
||||
|
@ -876,22 +616,6 @@ line|z12[boundary=administrative][admin_level=2]
|
|||
z-index: 409;
|
||||
-x-kot-layer: top;
|
||||
}
|
||||
node|z12[place=city][capital?]
|
||||
{
|
||||
font-size: 22;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #606060;
|
||||
}
|
||||
area|z12[place=suburb],
|
||||
node|z12[place=suburb]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
text-color: #909090;
|
||||
text-halo-radius: 2;
|
||||
z-index: 20;
|
||||
}
|
||||
area|z12-[aeroway=terminal]
|
||||
{
|
||||
fill-color: #d4c894;
|
||||
|
@ -1048,9 +772,6 @@ area|z15[natural=meadow],
|
|||
area|z15[natural=orchard],
|
||||
area|z15[natural=salt_pond],
|
||||
area|z15[natural=vineyard],
|
||||
area|z14[place=farm],
|
||||
area|z13-15[place=islet],
|
||||
area|z17-[place=islet],
|
||||
node|z17-[aeroway=gate],
|
||||
node|z14-15[natural=bay]
|
||||
{
|
||||
|
@ -1289,12 +1010,6 @@ node|z13-14[leisure=park]
|
|||
font-size: 12;
|
||||
text-color: #5ca800;
|
||||
}
|
||||
node|z13[place=city][capital?]
|
||||
{
|
||||
text: name;
|
||||
font-size: 24;
|
||||
text-color: grey;
|
||||
}
|
||||
line|z13[railway=narrow_gauge]
|
||||
{
|
||||
color: #a0a0a0;
|
||||
|
@ -1329,13 +1044,6 @@ line|z13[piste:type=downhill][piste:difficulty=easy]
|
|||
color: blue;
|
||||
width: 2.5;
|
||||
}
|
||||
node|z13[place=city]
|
||||
{
|
||||
font-size: 20;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
}
|
||||
line|z13[piste:type=downhill][piste:difficulty=novice]
|
||||
{
|
||||
color: #40ff40;
|
||||
|
@ -1346,15 +1054,6 @@ line|z13[piste:type=downhill][piste:difficulty=expert]
|
|||
color: #f6800a;
|
||||
width: 2.5;
|
||||
}
|
||||
area|z13[place=suburb],
|
||||
node|z13[place=suburb]
|
||||
{
|
||||
text: name;
|
||||
font-size: 14;
|
||||
text-color: #909090;
|
||||
text-halo-radius: 2;
|
||||
z-index: 20;
|
||||
}
|
||||
line|z14[railway=spur]::d1p2
|
||||
{
|
||||
color: #909090;
|
||||
|
@ -1601,14 +1300,6 @@ line|z14[boundary=administrative][admin_level=5]
|
|||
z-index: 522;
|
||||
dashes: 12,12;
|
||||
}
|
||||
area|z14[place=town],
|
||||
node|z14[place=town]
|
||||
{
|
||||
font-size: 22;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #505050;
|
||||
}
|
||||
line|z14-[piste:type=downhill][piste:difficulty=expert]
|
||||
{
|
||||
color: #f6800a;
|
||||
|
@ -1789,15 +1480,6 @@ line|z12-[mapswithme=grid]
|
|||
dashes: 1,1;
|
||||
linecap: butt;
|
||||
}
|
||||
area|z14-16[place=suburb],
|
||||
node|z14-16[place=suburb]
|
||||
{
|
||||
text: name;
|
||||
font-size: 18;
|
||||
text-color: #909090;
|
||||
text-halo-radius: 2;
|
||||
z-index: 20;
|
||||
}
|
||||
line|z14[piste:lift=t-bar]::d2p2
|
||||
{
|
||||
color: #202020;
|
||||
|
@ -1936,13 +1618,6 @@ line|z14[piste:lift=t-bar]::d2p3
|
|||
dashes: 0.4,20;
|
||||
linecap: butt;
|
||||
}
|
||||
node|z14-15[place=city]
|
||||
{
|
||||
font-size: 22;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
}
|
||||
line|z14[railway=abandoned]
|
||||
{
|
||||
color: #b2b2b2;
|
||||
|
@ -1962,14 +1637,6 @@ line|z14[aeroway=taxiway]
|
|||
casing-width: 1;
|
||||
casing-color: #202020;
|
||||
}
|
||||
area|z14[place=village],
|
||||
node|z14[place=village]
|
||||
{
|
||||
font-size: 12;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #404040;
|
||||
}
|
||||
line|z14[railway=light_rail]::d1p2
|
||||
{
|
||||
color: #b7e6e6;
|
||||
|
@ -2269,14 +1936,6 @@ line|z15[railway=narrow_gauge]::d1p2
|
|||
width: 2;
|
||||
z-index: 387;
|
||||
}
|
||||
area|z15-16[place=village],
|
||||
node|z15-16[place=village]
|
||||
{
|
||||
font-size: 16;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #707070;
|
||||
}
|
||||
line|z15[boundary=administrative][admin_level=7]
|
||||
{
|
||||
color: #f9574b;
|
||||
|
@ -2986,7 +2645,6 @@ area|z16-[natural=meadow],
|
|||
area|z16-[natural=orchard],
|
||||
area|z16-[natural=salt_pond],
|
||||
area|z16-[natural=vineyard],
|
||||
area|z16[place=islet],
|
||||
node|z16-[landuse=allotments],
|
||||
node|z16-[landuse=basin],
|
||||
node|z16-[landuse=brownfield],
|
||||
|
@ -3020,8 +2678,7 @@ node|z16-[natural=greenhouse_horticulture],
|
|||
node|z16-[natural=meadow],
|
||||
node|z16-[natural=orchard],
|
||||
node|z16-[natural=salt_pond],
|
||||
node|z16-[natural=vineyard],
|
||||
node|z16[place=islet]
|
||||
node|z16-[natural=vineyard]
|
||||
{
|
||||
text: name;
|
||||
font-size: 16;
|
||||
|
@ -3167,13 +2824,6 @@ line|z16[boundary=administrative][admin_level=6]
|
|||
z-index: 931;
|
||||
dashes: 4,20;
|
||||
}
|
||||
area|z16-[place=hamlet],
|
||||
node|z16-[place=hamlet]
|
||||
{
|
||||
text: name;
|
||||
font-size: 16;
|
||||
text-color: #606060;
|
||||
}
|
||||
line|z16[boundary=national_park]
|
||||
{
|
||||
color: #4ef94b;
|
||||
|
@ -4041,23 +3691,6 @@ node|z17-[amenity=university]
|
|||
{
|
||||
icon-image: university.svg;
|
||||
}
|
||||
area|z17-[place=suburb],
|
||||
node|z17-[place=suburb]
|
||||
{
|
||||
text: name;
|
||||
font-size: 20;
|
||||
text-color: #909090;
|
||||
text-halo-radius: 2;
|
||||
z-index: 20;
|
||||
}
|
||||
area|z17-[place=village],
|
||||
node|z17-[place=village]
|
||||
{
|
||||
font-size: 18;
|
||||
text-halo-radius: 2;
|
||||
text: name;
|
||||
text-color: #707070;
|
||||
}
|
||||
line|z17-[boundary=administrative][border_type=city]
|
||||
{
|
||||
color: #f9574b;
|
||||
|
@ -4139,13 +3772,6 @@ node|z17-[amenity=kindergarten]
|
|||
{
|
||||
icon-image: kindergarten2.svg;
|
||||
}
|
||||
area|z17-[place=locality],
|
||||
node|z17-[place=locality]
|
||||
{
|
||||
text: name;
|
||||
font-size: 16;
|
||||
text-color: #404040;
|
||||
}
|
||||
line|z17-[route=ferry]
|
||||
{
|
||||
color: #a8c8d8;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue