diff --git a/src/libkomapnik.py b/src/libkomapnik.py index dd6fdba..a0efc93 100644 --- a/src/libkomapnik.py +++ b/src/libkomapnik.py @@ -68,10 +68,10 @@ def pixel_size_at_zoom(z, l=1): def xml_fontset(name, unicode=True): if unicode: - unicode = '' + unicode = '' return """ - + %s """%(name, name, unicode) @@ -146,7 +146,7 @@ def xml_textsymbolizer( dy = 0 return """ - [%s] + [%s] """%(face,int(float(size)),color,halo_color,halo_radius,placement,dx,dy,overlap,wrap_width,distance,align,opacity,pos, transform, spacing,text) def xml_shieldsymbolizer(path="", width="", height="", @@ -161,7 +161,7 @@ def xml_shieldsymbolizer(path="", width="", height="", if height: height =' height="%s" '%height return """ - [%s] + [%s] """%(icons_path, \ path, width, height,face,int(float(size)*text_scale),color,halo_color,halo_radius,placement,offset,overlap,wrap_width,distance,align,opacity, transform, unlock_image, spacing,text ) @@ -180,7 +180,7 @@ def xml_start(bgcolor="transparent"): bgcolor = nicecolor(bgcolor) return """ - + """%(bgcolor, map_proj) def xml_end():