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
path: root/data
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2015-09-14 10:47:03 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:05:11 +0300
commit42ce1496c2194dc778a3cd63f388a40820710b4f (patch)
tree8103facf3759084f16b86d790a4f242722d4b94d /data
parentcd91fded1fe2e54b81bfcb5ae8657e95c9172c94 (diff)
[styles] Fix msocow → moscow and fontain → fountain
Diffstat (limited to 'data')
-rw-r--r--data/drules_proto_clear.binbin103935 -> 103937 bytes
-rw-r--r--data/drules_proto_clear.txt8
-rw-r--r--data/styles/clear/include/POI.mapcss2
-rw-r--r--data/styles/clear/include/transport.mapcss2
4 files changed, 6 insertions, 6 deletions
diff --git a/data/drules_proto_clear.bin b/data/drules_proto_clear.bin
index 66cafa09de..e77a4e47f5 100644
--- a/data/drules_proto_clear.bin
+++ b/data/drules_proto_clear.bin
Binary files differ
diff --git a/data/drules_proto_clear.txt b/data/drules_proto_clear.txt
index ed6b291bf1..2a16e01c76 100644
--- a/data/drules_proto_clear.txt
+++ b/data/drules_proto_clear.txt
@@ -1598,7 +1598,7 @@ cont {
priority: 1265
}
symbol {
- name: "fontain-m"
+ name: "fountain-m"
apply_for_type: 1
priority: 16264
}
@@ -1610,7 +1610,7 @@ cont {
priority: 1265
}
symbol {
- name: "fontain-m"
+ name: "fountain-m"
apply_for_type: 1
priority: 16264
}
@@ -31391,7 +31391,7 @@ cont {
element {
scale: 18
symbol {
- name: "subway-msocow-m"
+ name: "subway-moscow-m"
apply_for_type: 1
priority: 16943
}
@@ -31408,7 +31408,7 @@ cont {
element {
scale: 19
symbol {
- name: "subway-msocow-m"
+ name: "subway-moscow-m"
apply_for_type: 1
priority: 16943
}
diff --git a/data/styles/clear/include/POI.mapcss b/data/styles/clear/include/POI.mapcss
index 0f8e6957b6..ad8c00f252 100644
--- a/data/styles/clear/include/POI.mapcss
+++ b/data/styles/clear/include/POI.mapcss
@@ -61,7 +61,7 @@ node|z18-[amenity=pub], area|z18-[amenity=pub] { icon-image: pub-m.svg; text-off
node|z18-[amenity=bureau_de_change] { icon-image: banknote-m.svg; text-offset: 8; font-size: 10; text: name; text-color: @poi_label; }
node|z17-[amenity=post_office] { icon-image: mail-m.svg; text-offset: 8; font-size: 10; text: name; text-color: @poi_label; }
-node|z18-[amenity=fountain] { icon-image: fontain-m.svg; }
+node|z18-[amenity=fountain] { icon-image: fountain-m.svg; }
node|z18-[amenity=library] { icon-image: library-m.svg; text-offset: 8; font-size: 10; text: name; text-color: @poi_label; }
node|z19-[amenity=telephone] { icon-image: phone-m.svg; z-index: 1100; }
node|z19-[amenity=drinking_water] { icon-image: drinking-water-m.svg; }
diff --git a/data/styles/clear/include/transport.mapcss b/data/styles/clear/include/transport.mapcss
index 7e4b55c26a..50d3a71db7 100644
--- a/data/styles/clear/include/transport.mapcss
+++ b/data/styles/clear/include/transport.mapcss
@@ -378,7 +378,7 @@ node|z17-[railway=station][transport=subway][city=moscow] { icon-image: subway-m
/* MOSCOW SUBWAY ENTRANCES */
node|z16-[railway=subway_entrance][city=moscow] { icon-image: subway-moscow-s.svg; text-offset: 8; z-index: 15000; font-size: 10; text: name; text-color: @label_dark; text-halo-radius: 1; text-halo-opacity: 0.5; text-halo-color: @label_halo_light; }
node|z17[railway=subway_entrance][city=moscow] { icon-image: subway-moscow-s.svg; }
-node|z18-[railway=subway_entrance][city=moscow] { icon-image: subway-msocow-m.svg; }
+node|z18-[railway=subway_entrance][city=moscow] { icon-image: subway-moscow-m.svg; }
/* SAINT PETERSBURG SUBWAY */
node|z12[railway=station][transport=subway][city=spb] { icon-image: subway-spb-s.svg; z-index: 15000; }