buffer_size (thanks Ldp)
This commit is contained in:
parent
bf31c05f6c
commit
35ac14027f
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ def xml_start(bgcolor="transparent"):
|
|||
bgcolor = nicecolor(bgcolor)
|
||||
return """<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE Map>
|
||||
<Map bgcolor="%s" srs="%s" minimum_version="0.7.1">
|
||||
<Map bgcolor="%s" srs="%s" minimum_version="0.7.1" buffer_size="256" >
|
||||
"""%(bgcolor, map_proj)
|
||||
|
||||
def xml_end():
|
||||
|
|
Loading…
Add table
Reference in a new issue