-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an oversight related to HandleOrdinates.
Prior to 2.0.0, all that HandleOrdinates could do was *limit* what got written out. As of 2.0.0, the value was actually effectively ignored. Test cases didn't catch this, so they have been updated with checks that actually do fail without the change. This partially necessitated tweaking the fixture to *actually* run some SpatiaLite integration checks. It also required tweaking some RandomGeometryHelper methods to *actually* give Z/M/ZM geometries for every type of geometry that we ask for, instead of just some of them. Resolves #7
- Loading branch information
1 parent
640dd43
commit 2370d8f
Showing
7 changed files
with
274 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.