WKT->wkt

parent 84842362
This diff is collapsed.
......@@ -21,7 +21,7 @@ def convertToWKT(filename, outfile):
wkt=wkt[:-2]+" ))"
print(wkt)
newdata.append({"WKT":wkt, "properties":prop})
newdata.append({"wkt":wkt, "properties":prop})
with open(outfile, 'w') as outfile:
json.dump(newdata, outfile)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment