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
diff options
context:
space:
mode:
Diffstat (limited to 'data/styles/ink.mapcss')
-rw-r--r--data/styles/ink.mapcss18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/styles/ink.mapcss b/data/styles/ink.mapcss
index 4eabe340f0..597f32961f 100644
--- a/data/styles/ink.mapcss
+++ b/data/styles/ink.mapcss
@@ -5063,6 +5063,15 @@ line[highway=steps]
text-halo-color: #7;
}
+*[waterway],
+*[place=ocean],
+*[place=sea],
+{
+ text-halo-color: #1;
+ text-color: #f;
+}
+
+
*[amenity!=bench][natural!=tree][!barrier][railway!=subway_entrance][!power][natural!=peak]
{
symbol-shape: eval(cond(prop("icon-image"), "circle", ""));
@@ -5097,6 +5106,15 @@ area[area:highway]{fill-color: white}
color: #d;
}
+*[boundary]
+{dashes: ""}
+
+*[boundary]::d2p2,
+*[boundary]::d2p1
+*[boundary]::*
+{dashes: ""}
+
+
*[highway][area?]
{
fill-color: eval(prop("color"));