better boolean naming

This commit is contained in:
Komzpa 2012-03-18 00:05:30 +03:00
parent f97a290224
commit fe500c3f88

View file

@ -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()