-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix misplacement of geometry parts (#30)
* Reset currentX and currentY when encoded data is not written * Add provided unit test slightly modified * Check extent of polygon's interior rings prior to encoding * Add extent test for lineal geometries * Fix failure case * Improve performance when writing MBTiles (#31) * Write encoded geometries directly to the destination list * If id is ulong use it directly * Reset currentX and currentY when encoded data is not written * Add provided unit test slightly modified * Check extent of polygon's interior rings prior to encoding * Add extent test for lineal geometries * Add min[Lineal|Polygonal]Extent to MapBoxTileWriter * Add ExtentInPixels to TileGeometryTransform * Add HasValidExtent functions to EncodeTo functions for lineal and polygonal geometries * Expose default values for min[Lineal|Polygonal]Extent and idAttributeName * Add unit test for min[Lineal|Polygonal]Extent * Fix GitHub Actions criticism * Update README.md * Update frameworks * Update action versions closes #29 --------- Co-authored-by: Dave Leaver <[email protected]>
- Loading branch information
1 parent
6a30b00
commit 437d29e
Showing
18 changed files
with
264 additions
and
64 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
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.