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-05-29 16:56:59 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:49:12 +0300
commit083151ce2fbfc7fffe4c41281362f3314b3f6315 (patch)
tree2aa31985c5906267e7e5a43c11dd07edc3561bdc /data
parent2772ae846b4bde6c112f5d59e2dfe58f6fc495ea (diff)
Fix wrong railway=tram rule order
Diffstat (limited to 'data')
-rw-r--r--data/styles/include/base_other.mapcss5
-rw-r--r--data/styles/include/base_railways.mapcss5
2 files changed, 5 insertions, 5 deletions
diff --git a/data/styles/include/base_other.mapcss b/data/styles/include/base_other.mapcss
index 1c0e77f6af..8eb4547f82 100644
--- a/data/styles/include/base_other.mapcss
+++ b/data/styles/include/base_other.mapcss
@@ -1,3 +1,8 @@
+line[railway]
+{
+ text-position: line;
+}
+
line[highway=motorway_junction]
{
casing-width: 0;
diff --git a/data/styles/include/base_railways.mapcss b/data/styles/include/base_railways.mapcss
index 24dc296a54..831441fbd3 100644
--- a/data/styles/include/base_railways.mapcss
+++ b/data/styles/include/base_railways.mapcss
@@ -1095,8 +1095,3 @@ node|z16-[railway=station]
{
icon-image: railway-station.svg;
}
-
-line[railway]
-{
- text-position: line;
-}