selector for MarkersSymbolizer / LinePatternSymbolizer, see https://github.com/mapnik/mapnik/issues/2218
This commit is contained in:
parent
d94f1fffca
commit
aa1116b62b
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ def xml_linepatternsymbolizer(file=""):
|
|||
|
||||
def xml_linemarkerssymbolizer(file="", spacing="100", allow_overlap="false"):
|
||||
return """
|
||||
<MarkersSymbolizer file="%s" spacing="%s" allow-overlap="%s" placement="line"/>""" % (os.path.join(icons_path, file), spacing, allow_overlap)
|
||||
<MarkersSymbolizer file="%s" spacing="%s" max-error="1" allow-overlap="%s" placement="line"/>""" % (os.path.join(icons_path, file), spacing, allow_overlap)
|
||||
|
||||
|
||||
def xml_textsymbolizer(
|
||||
|
|
Loading…
Add table
Reference in a new issue