Support for entrances
This commit is contained in:
parent
148ec439e3
commit
32e15ad475
1 changed files with 13 additions and 2 deletions
|
@ -971,7 +971,18 @@ area|z15-[building][building!=yes][building!=public] {fill-color: #D8D1D1; z-ind
|
|||
area|z15-16[building] {text: addr:housenumber; text-halo-radius:1; text-position: center; font-size:7; -x-mapnik-min-distance:10; opacity:0.8}
|
||||
node|z15-16[addr:housenumber][!amenity][!shop] {text: addr:housenumber; text-halo-radius:1; text-position: center; font-size:7; -x-mapnik-min-distance:10; opacity:0.8} /* used in cities like Vienna */
|
||||
|
||||
area|z17-[building] {text: addr:housenumber; text-halo-radius:1; text-position: center; font-size:8; -x-mapnik-min-distance:10; opacity:0.8}
|
||||
node|z17-[addr:housenumber][!amenity][!shop] {text: addr:housenumber; text-halo-radius:1; text-position: center; font-size:8; -x-mapnik-min-distance:10; opacity:0.8} /* used in cities like Vienna */
|
||||
area|z17-[building] {text: addr:housenumber; text-halo-radius:1; text-position: center; font-size:8; -x-mapnik-min-distance:1; opacity:0.8}
|
||||
node|z17-[addr:housenumber][!amenity][!shop] {text: addr:housenumber; text-halo-radius:1; text-position: center; font-size:8; -x-mapnik-min-distance:1; opacity:0.8} /* used in cities like Vienna */
|
||||
|
||||
node|z13-[highway=milestone][pk]{text:pk; font-size:7; text-halo-radius:5;-x-mapnik-min-distance:0}
|
||||
|
||||
node|z17-[entrance]
|
||||
{icon-image:entrance.png; -x-mapnik-min-distance:0}
|
||||
node|z17-[entrance][ref]
|
||||
{text:ref; text-offset:6; font-size:6; text-align:left;
|
||||
-x-mapnik-min-distance:0;font-family: DejaVu Sans Bold;
|
||||
text-halo-radius:1
|
||||
}
|
||||
node|z18-[entrance]
|
||||
{text: addr:flats; text-offset:7; font-size:6; -x-mapnik-min-distance:0;
|
||||
text-halo-radius:1}
|
Loading…
Add table
Reference in a new issue