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:
authorTimofey <t.danshin@corp.mail.ru>2017-01-26 13:57:01 +0300
committerTimofey <t.danshin@corp.mail.ru>2017-01-26 13:57:01 +0300
commit96852dc7449b32d48fc0403eb15baab3815a1206 (patch)
treeae63109763199375086fcd9c8b01adb9438ed68c
parent0b26bf6943cadbce4425370e1d4a076b0adee35f (diff)
-rw-r--r--data/styles/clear/style-clear/style.mapcss21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/styles/clear/style-clear/style.mapcss b/data/styles/clear/style-clear/style.mapcss
new file mode 100644
index 0000000000..7553c2b38a
--- /dev/null
+++ b/data/styles/clear/style-clear/style.mapcss
@@ -0,0 +1,21 @@
+@import("colors.mapcss");
+@import("../include_newfix/defaults_new.mapcss");
+@import("../include_newfix/Basemap.mapcss");
+@import("../include_newfix/Basemap_label.mapcss");
+@import("../include_newfix/Roads_label.mapcss");
+@import("../include_newfix/Roads.mapcss");
+@import("../include_newfix/Icons.mapcss");
+
+/*@import("../include_newfix/Icons.mapcss");
+@import("../include_newfix/Basemap_label.mapcss");
+@import("../include_newfix/Roads_label.mapcss");*/
+
+
+
+canvas
+{
+ background-color: @background;
+ fill-color: @water;
+ default-lines: false;
+ default-points: false;
+}