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;