Typo fix
This commit is contained in:
parent
c216a1e1e0
commit
f279a8c54a
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ def get_vectors(bbox, zoom, style, vec = "polygon"):
|
|||
del geom[t]
|
||||
geojson = json.loads(geom[geomcolumn])
|
||||
del geom[geomcolumn]
|
||||
if geojson["type"] = "GeometryCollection":
|
||||
if geojson["type"] == "GeometryCollection":
|
||||
continue
|
||||
if "reprpoint" in geom:
|
||||
geojson["reprpoint"] = json.loads(geom["reprpoint"])["coordinates"]
|
||||
|
|
Loading…
Add table
Reference in a new issue