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/clear/include/buildings.mapcss')
-rw-r--r--data/styles/clear/include/buildings.mapcss68
1 files changed, 0 insertions, 68 deletions
diff --git a/data/styles/clear/include/buildings.mapcss b/data/styles/clear/include/buildings.mapcss
deleted file mode 100644
index 015e263799..0000000000
--- a/data/styles/clear/include/buildings.mapcss
+++ /dev/null
@@ -1,68 +0,0 @@
-area|z14[building],
-area|z14[landuse=garages],
-area|z14[building=train_station],
-{
- fill-color: @building;
- fill-opacity: 0.5;
- z-index: 150;
-}
-area|z15[building],
-area|z15[landuse=garages],
-area|z15[building=train_station],
-{
- fill-color: @building;
- fill-opacity: 0.6;
- z-index: 150;
-}
-
-area|z16[building],
-area|z16[building:part],
-area|z16[landuse=garages],
-area|z16[building=train_station],
-{
- fill-color: @building;
- fill-opacity: 0.8;
- z-index: 150;
-}
-
-area|z17[building],
-area|z17[building:part],
-area|z17[landuse=garages],
-area|z17[building=train_station],
-{
- fill-color: @building_dark;
- opacity: 0.9;
- z-index: 150;
-}
-
-area|z18-[building],
-area|z18-[building:part],
-area|z18-[landuse=garages],
-area|z18-[building=train_station],
-{
- fill-color: @building_dark;
- opacity: 1;
- z-index: 150;
-}
-
-/*
-node|z17[entrance] {
- icon-image: entrance-xs.svg;
-}
-*/
-
-node|z18-[entrance] {
- icon-image: entrance-s.svg;
-}
-
-/* AIRPORTS */
-area|z14[aeroway=terminal]
-{ fill-color: @building; fill-opacity: 0.8; z-index: 160; }
-area|z15[aeroway=terminal]
-{ fill-color: @building; fill-opacity: 0.8; text: name; font-size: 9; text-color: @building_label; text-position: center; z-index: 160; }
-area|z16[aeroway=terminal]
-{ fill-color: @building; fill-opacity: 1; text: name; font-size: 9; text-color: @building_label; text-position: center; z-index: 160; }
-area|z17[aeroway=terminal]
-{ fill-color: @building_dark; opacity: 1; text: name; font-size: 9; text-color: @building_label; text-position: center; z-index: 160; }
-area|z18-[aeroway=terminal]
-{ fill-color: @building_dark; opacity: 1; text: name; font-size: 9; text-color: @building_label; text-position: center; z-index: 160; }