z14 labels tweaks
This commit is contained in:
parent
f654c17302
commit
c00d682c98
2 changed files with 3 additions and 3 deletions
|
@ -338,7 +338,7 @@ for zoom, zsheet in mapniksheet.iteritems():
|
|||
tplace= entry["style"].get("text-position","center")
|
||||
toffset= entry["style"].get("text-offset","0")
|
||||
toverlap= entry["style"].get("text-allow-overlap",entry["style"].get("allow-overlap","false"))
|
||||
tdistance= entry["style"].get("-x-mapnik-min-distance","26")
|
||||
tdistance= entry["style"].get("-x-mapnik-min-distance","20")
|
||||
twrap= entry["style"].get("max-width",256)
|
||||
talign= entry["style"].get("text-align","center")
|
||||
topacity= entry["style"].get("text-opacity",entry["style"].get("opacity","1"))
|
||||
|
|
|
@ -108,7 +108,7 @@ area|z4-[landuse=forest], area|z4-[landuse=wood]
|
|||
area|z10-[landuse=garages] {fill-color: #ddd8da; z-index:3}
|
||||
|
||||
area|z10-[natural=forest], area|z10-[natural=wood],
|
||||
area|z10-[landuse=forest], area|z10-[landuse=wood]{text:name; text-offset:0; font-size:10; font-family: DejaVu Serif Italic; text-color:green; text-allow-overlap: false;text-halo-radius: 1; text-halo-color: #ffffff; }
|
||||
area|z10-[landuse=forest], area|z10-[landuse=wood]{text:name; text-offset:0; font-size:10; font-family: DejaVu Serif Italic; text-color:green; text-allow-overlap: false;text-halo-radius: 1; text-halo-color: #ffffff; -x-mapnik-min-distance: 0 }
|
||||
|
||||
area|z12-[landuse=grass],
|
||||
area|z12-[natural=grass],
|
||||
|
@ -650,7 +650,7 @@ node|z16-[amenity=place_of_worship][religion=christian]
|
|||
{icon-image:pravosl_kupol_11x15.png;}
|
||||
area|z16-[amenity=place_of_worship][religion=christian]
|
||||
{icon-image:pravosl_kupol_11x15.png;}
|
||||
node|z12-[amenity=place_of_worship]
|
||||
node|z14-[amenity=place_of_worship]
|
||||
{text: name; text-color: #623f00; font-family: DejaVu Serif Italic; font-size:9; text-halo-radius: 1; text-halo-color: #ffffff;text-offset:3;max-width:70}
|
||||
area|z14-[amenity=place_of_worship]
|
||||
{text: name; text-color: #623f00; font-family: DejaVu Serif Italic; font-size:9; text-halo-radius: 1; text-halo-color: #ffffff;text-offset:3;max-width:70;z-index:16;
|
||||
|
|
Loading…
Add table
Reference in a new issue