-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"geometry-type" to identify Multi- features (#519)
* "geometry-type" to identify Milti- features * Fix and extend tests - Add mapping from geometry-type to $type - Remove caching to geometry analysis results * Lint fixes, incomplete * Linting, continued Reverted one lint "fix" that caused test failure * Linting, var -> let, const * Linting, completed * Reuse `calculateSignedArea` * Simplify `geometryType()` code Use `return` often instead of nesting condisions * Split test * Use variables for sample geometries. Make comments part of the code * Extract code into `hasMultipleOuterRings()` * Update src/util/classify_rings.ts Co-authored-by: Harel M <[email protected]> * Updated `Changelog.md` * Add `["geomerty-type"]` tests * Rename test.json to test.json * Rename test.json to test.json * Rename test.json to test.json * Rename test.json to test.json * Rename test.json to test.json --------- Co-authored-by: Harel M <[email protected]>
- Loading branch information
Showing
13 changed files
with
418 additions
and
37 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
Oops, something went wrong.