-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support more geometry types #36
Conversation
64fed7d
to
ed23b31
Compare
Hey @EvanHahn sorry for this stray comment on your PR, but wanted to note that for alerts, we'll need LineString and MultiLineString as well. With those included, you'll be covered for every possible geometry type. |
Thanks for this. I don't think CoMapeo Mobile currently supports these types, so I'll ask about that. |
ed23b31
to
006790a
Compare
Also requires some work to display them in CoMapeo Mobile. Issue here: digidem/comapeo-mobile#874 |
This is necessary for <digidem/comapeo-cloud#36>.
This is necessary for <digidem/comapeo-cloud#36>.
006790a
to
1847f93
Compare
* feat: support more geometry types In addition to `Point`, we now support additional geometry objects. Closes [digidem#35]. [digidem#35]: digidem#35 * chore: Ensure all alert geometry types are tested * chore: remove console.log * chore: fix tsconfig for VSCode inline checking * fix: fix types in tests --------- Co-authored-by: Gregor MacLennan <[email protected]>
Depends on digidem/comapeo-core#980.
In addition to
Point
, we now support additional geometries.Closes #35.