labels shamanism
This commit is contained in:
parent
c2f6e8f2be
commit
3acad30496
2 changed files with 2 additions and 2 deletions
|
@ -843,7 +843,7 @@ if options.renderer == "mapnik":
|
|||
order = "order by"
|
||||
else:
|
||||
order += ", "
|
||||
if zoom >= 11 or zoom < 6:
|
||||
if zoom > 13 or zoom < 6:
|
||||
sqlz = """select %s, way
|
||||
from planet_osm_%s
|
||||
where (%s) and (%s) and (way_area > %s) and way && ST_Expand(!bbox!,3000) %s way_area desc
|
||||
|
|
|
@ -144,7 +144,7 @@ def xml_textsymbolizer(
|
|||
dy = 0
|
||||
|
||||
return """
|
||||
<TextSymbolizer name="%s" fontset_name="%s" size="%s" fill="%s" halo_fill= "%s" halo_radius="%s" placement="%s" dx="%s" dy="%s" max_char_angle_delta="17" allow_overlap="%s" wrap_width="%s" min_distance="%s" vertical_alignment="middle" horizontal_alignment="%s" opacity="%s" placement-type="simple" placements="%s" text-transform="%s" minimum-path-length="2" />
|
||||
<TextSymbolizer name="%s" fontset_name="%s" size="%s" fill="%s" halo_fill= "%s" halo_radius="%s" placement="%s" dx="%s" dy="%s" max_char_angle_delta="17" allow_overlap="%s" wrap_width="%s" min_distance="%s" vertical_alignment="middle" horizontal_alignment="%s" opacity="%s" placement-type="simple" placements="%s" text-transform="%s" minimum-path-length="5" />
|
||||
"""%(text,face,int(float(size)),color,halo_color,halo_radius,placement,dx,dy,overlap,wrap_width,distance,align,opacity,pos, transform)
|
||||
|
||||
def xml_shieldsymbolizer(path="", width="", height="",
|
||||
|
|
Loading…
Add table
Reference in a new issue