forked from organicmaps/organicmaps
[styles] Removed drawing styles for area:highway to skip them in generation. Map looks clearer without this stuff and we don’t get conflicts with different area:highway and highway on the same line.
This commit is contained in:
parent
41f1c2a11a
commit
83742369d6
1 changed files with 0 additions and 30 deletions
|
@ -1157,12 +1157,6 @@ line[highway=steps],
|
|||
z-index: 50.75;
|
||||
}
|
||||
|
||||
area|z15-[area:highway=service],
|
||||
area|z15-[area:highway=residential],
|
||||
area|z15-[area:highway=unclassified],
|
||||
{
|
||||
fill-color: white;
|
||||
}
|
||||
line[highway=service],
|
||||
line[highway=residential],
|
||||
line[highway=unclassified],
|
||||
|
@ -1170,59 +1164,35 @@ line[highway=unclassified],
|
|||
z-index: 51;
|
||||
}
|
||||
|
||||
area|z15-[area:highway=living_street]
|
||||
{
|
||||
fill-color: #707070;
|
||||
}
|
||||
line[highway=living_street]
|
||||
{
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
area|z15-[area:highway=primary]
|
||||
{
|
||||
fill-color: #FDE066
|
||||
}
|
||||
line[highway=primary],
|
||||
line[highway=primary_link]
|
||||
{
|
||||
z-index: 54;
|
||||
}
|
||||
|
||||
area|z15-[area:highway=secondary]
|
||||
{
|
||||
fill-color: #fffb80;
|
||||
}
|
||||
line[highway=secondary],
|
||||
line[highway=secondary_link]
|
||||
{
|
||||
z-index: 53;
|
||||
}
|
||||
|
||||
area|z15-[area:highway=tertiary]
|
||||
{
|
||||
fill-color: #fffb80;
|
||||
}
|
||||
line[highway=tertiary],
|
||||
line[highway=tertiary_link]
|
||||
{
|
||||
z-index: 52;
|
||||
}
|
||||
|
||||
area|z15-[area:highway=motorway]
|
||||
{
|
||||
fill-color: #f08800;
|
||||
}
|
||||
line[highway=motorway],
|
||||
line[highway=motorway_link]
|
||||
{
|
||||
z-index: 55;
|
||||
}
|
||||
|
||||
area|z15-[area:highway=trunk]
|
||||
{
|
||||
fill-color: #ffc444;
|
||||
}
|
||||
line[highway=trunk],
|
||||
line[highway=trunk_link]
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue