diff --git a/data/drules_proto_clear.bin b/data/drules_proto_clear.bin index 66cafa09de..e77a4e47f5 100644 Binary files a/data/drules_proto_clear.bin and b/data/drules_proto_clear.bin 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; }