better boolean naming
This commit is contained in:
parent
f97a290224
commit
fe500c3f88
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ if options.renderer == "mapnik":
|
|||
"",
|
||||
"",
|
||||
ttext,tface,tsize,tcolor, "#000000", 0, "center",
|
||||
toffset,toverlap,tdistance,twrap,talign,topacity, ttransform, False, tspacing)
|
||||
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()
|
||||
|
|
Loading…
Add table
Reference in a new issue