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/new_style/include/other.mapcss')
-rw-r--r--data/styles/new_style/include/other.mapcss25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/styles/new_style/include/other.mapcss b/data/styles/new_style/include/other.mapcss
new file mode 100644
index 0000000000..8887022423
--- /dev/null
+++ b/data/styles/new_style/include/other.mapcss
@@ -0,0 +1,25 @@
+line|z16[barrier=wall],
+line|z16[barrier=city_wall],
+line|z16[barrier=retaining_wall],
+line|z16[barrier=fence],
+line|z16[barrier=hedge],
+line|z16[historic=citywalls],
+{
+ color: @fence;
+ width: 1;
+ z-index: 950;
+ dashes: 1,1;
+}
+
+line|z17-[barrier=wall],
+line|z17-[barrier=city_wall],
+line|z17-[barrier=retaining_wall],
+line|z17-[barrier=fence],
+line|z17-[barrier=hedge],
+line|z17-[historic=citywalls],
+{
+ color: @fence;
+ width: 1;
+ dashes: 2,2;
+ z-index: 950;
+}