generated from linz/template-javascript-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…1119) #### Motivation Quite a few of our datasets are aligned to a EPSG:2193 tile grid, when reprojecting these area polygons to a EPSG:4326, small slithers can appear for example in this dataset where one dataset (magenta) has 5 tiles across and one has 4 (blue) only the two corner points are stored ![image (41)](https://github.com/user-attachments/assets/c3302f71-52af-473e-9c77-e08bf481d0ed) As you zoom in on the corner slithers appear ![image (42)](https://github.com/user-attachments/assets/0202fecd-b564-4056-9421-17e55d9a4e3f) #### Modification Find polygons that are very small and drop them. #### Checklist _If not applicable, provide explanation of why._ - [ ] Tests updated - [ ] Docs updated - [ ] Issue linked in Title
- Loading branch information
Showing
4 changed files
with
241 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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