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/landuse.mapcss')
-rw-r--r--data/styles/new_style/include/landuse.mapcss62
1 files changed, 62 insertions, 0 deletions
diff --git a/data/styles/new_style/include/landuse.mapcss b/data/styles/new_style/include/landuse.mapcss
new file mode 100644
index 0000000000..5223ec0143
--- /dev/null
+++ b/data/styles/new_style/include/landuse.mapcss
@@ -0,0 +1,62 @@
+
+/*
+area|z11-[place=city],
+area|z11-[place=town],
+area|z11-[place=village],
+area|z11-[place=hamlet] {
+fill-color: @background;
+}
+*/
+
+
+/* PEDESTRIAN AREAS */
+
+area|z15[highway=pedestrian][area?],
+area|z15[area:highway=pedestrian],
+area|z15[highway=footway][area?][!sac_scale],
+area|z15[area:highway=footway],
+{
+ fill-color: @pedestrian_area;
+ fill-opacity: 0.3;
+ z-index: 550;
+}
+
+area|z16-[highway=pedestrian][area?],
+area|z16-[area:highway=pedestrian],
+area|z16-[highway=footway][area?][!sac_scale],
+area|z16-[area:highway=footway],
+{
+ fill-color: @pedestrian_area;
+ fill-opacity: 0.3;
+ z-index: 550;
+}
+
+/* INDUSTRIAL */
+
+area|z15-[landuse=industrial] {
+ fill-color: @industrial;
+ fill-opacity: 1;
+ z-index: 150;
+}
+
+
+/* CEMETRY */
+area|z12-[landuse=cemetery] {
+ fill-color: @park;
+ fill-opacity: 0.5;
+ z-index: 150;
+}
+
+
+/* UNIVERSITY */
+area|z14-[amenity=university] {
+ fill-color: @unversity;
+ fill-opacity: 0.5;
+ z-index: 150;
+}
+
+area|z14-[amenity=hospital] {
+ fill-color: @hospital;
+ fill-opacity: 1;
+ z-index: 150;
+}