From c4e3a07b587ae290cd50c0afe5b767d56afd27e3 Mon Sep 17 00:00:00 2001 From: Komzpa Date: Sat, 17 Mar 2012 23:47:27 +0300 Subject: [PATCH] repeat shields --- src/komap.py | 3 ++- src/libkomapnik.py | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/komap.py b/src/komap.py index 4df7159..e0c9a32 100644 --- a/src/komap.py +++ b/src/komap.py @@ -683,6 +683,7 @@ if options.renderer == "mapnik": topacity= relaxedFloat(entry["style"].get("shield-text-opacity",entry["style"].get("opacity","1"))) toffset= relaxedFloat(entry["style"].get("shield-text-offset","0")) ttransform = entry["style"].get("shield-text-transform","none") + tspacing = entry["style"].get("shield-spacing","500") xml += xml_rule_start() xml += x_scale @@ -693,7 +694,7 @@ if options.renderer == "mapnik": "", "", ttext,tface,tsize,tcolor, "#000000", 0, "center", - toffset,toverlap,tdistance,twrap,talign,topacity, ttransform) + toffset,toverlap,tdistance,twrap,talign,topacity, ttransform, False, tspacing) sql.add(entry["sql"]) itags.update(entry["chooser"].get_interesting_tags(entry["type"], zoom)) xml += xml_rule_end() diff --git a/src/libkomapnik.py b/src/libkomapnik.py index c8cb799..2a47057 100644 --- a/src/libkomapnik.py +++ b/src/libkomapnik.py @@ -150,7 +150,7 @@ def xml_textsymbolizer( """%(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="", - text="name",face="DejaVu Sans Book",size="10",color="#000000", halo_color="#ffffff", halo_radius="0", placement="line", offset="0", overlap="false", distance="26", wrap_width=256, align="center", opacity="1", transform="none", unlock_image='true'): + text="name",face="DejaVu Sans Book",size="10",color="#000000", halo_color="#ffffff", halo_radius="0", placement="line", offset="0", overlap="false", distance="26", wrap_width=256, align="center", opacity="1", transform="none", unlock_image='true', spacing='500'): color = nicecolor(color) halo_color = nicecolor(halo_color) placement = {"center": "point"}.get(placement.lower(), placement) @@ -161,9 +161,9 @@ def xml_shieldsymbolizer(path="", width="", height="", if height: height =' height="%s" '%height return """ - + """%(icons_path, \ - path, width, height,text,face,int(float(size)),color,halo_color,halo_radius,placement,offset,overlap,wrap_width,distance,align,opacity, transform, unlock_image) + path, width, height,text,face,int(float(size)),color,halo_color,halo_radius,placement,offset,overlap,wrap_width,distance,align,opacity, transform, unlock_image, spacing ) def xml_filter(string): return """