Added z,x,y to responses
This commit is contained in:
parent
ae4a184768
commit
73b78e95e2
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ aaaa = get_vectors(bbox,zoom,style,"polygon")
|
|||
aaaa["features"].extend(get_vectors(bbox,zoom,style,"line")["features"])
|
||||
aaaa["features"].extend(get_vectors(bbox,zoom,style,"point")["features"])
|
||||
|
||||
aaaa = callback+"("+json.dumps(aaaa,True,False,separators=(',', ':'))+");"
|
||||
aaaa = callback+"("+json.dumps(aaaa,True,False,separators=(',', ':'))+",%s,%s,%s);"%(z,x,y)
|
||||
print aaaa
|
||||
|
||||
dir = "/var/www/vtile/%s/%s/"%(z,x)
|
||||
|
|
Loading…
Add table
Reference in a new issue