Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2014-09-30 13:54:22 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:00 +0300
commit83742369d61386c97b387e0cdcfc75b4fb0a5396 (patch)
tree91776700f17b310c10360f4a31e05f16ba0327a9 /data
parent41f1c2a11a68a15623cad58d9300ab39d8915356 (diff)
[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.
Diffstat (limited to 'data')
-rw-r--r--data/styles/include/base_roads.mapcss30
1 files changed, 0 insertions, 30 deletions
diff --git a/data/styles/include/base_roads.mapcss b/data/styles/include/base_roads.mapcss
index 8b4fae312c..7d0c670ae1 100644
--- a/data/styles/include/base_roads.mapcss
+++ b/data/styles/include/base_roads.mapcss
@@ -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]
{