Skip to content

Commit

Permalink
MultiPolygon Casting Fixes Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Dec 7, 2023
1 parent 9ac8085 commit b29bd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoBoundaryBuilder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#Limits total number of layers to build according to the below parameters if enabled.
limitAdmTypes = False#["ADM0","ADM1","ADM2"]
limitProductTypes = False#["gbAuthoritative", "gbOpen"]
limitISO = ["PRY"]#False#["IDN", "LAO"]
limitISO = False#["IDN", "LAO"]
skipList = [""]#["IND_ADM5_gbOpen"]


Expand Down

0 comments on commit b29bd90

Please sign in to comment.