Mapcss were made compatible with new mapcss parser: text tag was changed to 'name'

This commit is contained in:
Constantin Shalnev 2015-10-01 13:11:52 +03:00
parent a00e1f1ea9
commit 7e480b7eff
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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;