Skip to content

Commit

Permalink
CRS fix for geoJSONS
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola authored Oct 2, 2023
1 parent 6f2404a commit be0997e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geoBoundaryBuilder/builderClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ def constructFiles(self):

#Save intermediary geoJSON
self.logger("INFO","Building shapefiles, geojson, topojson (Full).")
self.geomDta.to_file(tmpJson, driver="GeoJSON")
self.geomDta.to_file(tmpJson, driver="GeoJSON", crs="EPSG:4326")

writeRet = []

Expand Down Expand Up @@ -916,4 +916,4 @@ def constructFiles(self):





0 comments on commit be0997e

Please sign in to comment.