-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Wkt with its inner Geometry.
This is a large breaking change to simplify the Wkt data structure. Wkt had a single field - `item` of type `Geometry`. So everything about a Wkt was determined by its item. In effect, Wkt was serving no purpose. So I replaced Wkt with it's inner Geometry.
- Loading branch information
1 parent
a5759db
commit d0201d9
Showing
13 changed files
with
182 additions
and
255 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
Oops, something went wrong.