forked from organicmaps/organicmaps
Mapcss were made compatible with new mapcss parser: text tag was changed to 'name'
This commit is contained in:
parent
a00e1f1ea9
commit
7e480b7eff
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue