Add regions #23

Merged
hughrun merged 3 commits from add-regions into master 2021-01-24 20:53:16 +11:00
Showing only changes of commit 31550bb512 - Show all commits

View file

@ -38,4 +38,4 @@ for feature in json_data['features']:
# write out new geojson file with the updates
with open(output_file, 'w') as newfile:
json.dump(json_data, newfile, indent=2)
json.dump(json_data, newfile, separators=(',', ':'))