Skip to content

Commit

Permalink
Merge pull request #32 from opengisch/disableAREA
Browse files Browse the repository at this point in the history
Disable area topology check when geometry errors should be skipped
  • Loading branch information
signedav authored Oct 27, 2022
2 parents 2335a4a + eeea5eb commit 21a9b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modelbaker/iliwrapper/ili2dbconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ def to_ili2db_args(self, extra_args=[], with_action=True):

if self.skip_geometry_errors:
self.append_args(args, ["--skipGeometryErrors"])
self.append_args(args, ["--disableAreaValidation"])

if self.valid_config:
self.append_args(args, ["--validConfig", self.valid_config])
Expand Down

0 comments on commit 21a9b83

Please sign in to comment.