From 7e480b7effe8ba77d3d0d4b10ef3e2a505af9966 Mon Sep 17 00:00:00 2001 From: Constantin Shalnev Date: Thu, 1 Oct 2015 13:11:52 +0300 Subject: [PATCH] Mapcss were made compatible with new mapcss parser: text tag was changed to 'name' --- data/styles/legacy/include/base_other.mapcss | 4 ++-- data/styles/legacy/style-yota/style.mapcss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/styles/legacy/include/base_other.mapcss b/data/styles/legacy/include/base_other.mapcss index a1e434b862..16159749f8 100644 --- a/data/styles/legacy/include/base_other.mapcss +++ b/data/styles/legacy/include/base_other.mapcss @@ -443,7 +443,7 @@ node|z16[building], area|z16[addr:housenumber][addr:street], node|z16[addr:housenumber][addr:street] { - text: "addr:housenumber"; + text: name; font-size: 10; text-color: @addr_z16; text-position: center; @@ -998,7 +998,7 @@ node|z17-[building], area|z17-[addr:housenumber][addr:street], node|z17-[addr:housenumber][addr:street] { - text: "addr:housenumber"; + text: name; font-size: 11; text-color: @dark_gray_40; text-position: center; diff --git a/data/styles/legacy/style-yota/style.mapcss b/data/styles/legacy/style-yota/style.mapcss index b6c842280b..322811e002 100644 --- a/data/styles/legacy/style-yota/style.mapcss +++ b/data/styles/legacy/style-yota/style.mapcss @@ -1481,7 +1481,7 @@ node|z16[building], area|z16[addr:housenumber][addr:street], node|z16[addr:housenumber][addr:street] { - text: "addr:housenumber"; + text: name; font-size: 10; text-color: black; text-position: center; @@ -3008,7 +3008,7 @@ node|z17-[building], area|z17-[addr:housenumber][addr:street], node|z17-[addr:housenumber][addr:street] { - text: "addr:housenumber"; + text: name; font-size: 11; text-color: black; text-position: center;