Skip to content
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

Merged
merged 6 commits into from
Jan 23, 2025
Merged

Conversation

EvanHahn
Copy link
Contributor

@EvanHahn EvanHahn commented Nov 26, 2024

Depends on digidem/comapeo-core#980.

In addition to Point, we now support additional geometries.

Closes #35.

@EvanHahn EvanHahn force-pushed the support-more-geometry-types branch from 64fed7d to ed23b31 Compare November 26, 2024 20:14
@rudokemper
Copy link
Member

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.

@EvanHahn
Copy link
Contributor Author

Thanks for this. I don't think CoMapeo Mobile currently supports these types, so I'll ask about that.

@EvanHahn EvanHahn force-pushed the support-more-geometry-types branch from ed23b31 to 006790a Compare December 3, 2024 23:28
@EvanHahn
Copy link
Contributor Author

EvanHahn commented Dec 3, 2024

LineString and MultiLineString are now supported in this PR, which depends on them being added here, too: digidem/comapeo-geometry#17

Also requires some work to display them in CoMapeo Mobile. Issue here: digidem/comapeo-mobile#874

EvanHahn added a commit to digidem/comapeo-core that referenced this pull request Dec 11, 2024
EvanHahn added a commit to digidem/comapeo-core that referenced this pull request Dec 11, 2024
In addition to `Point`, we now support additional geometry objects.

Closes [#35].

[#35]: #35
@EvanHahn EvanHahn force-pushed the support-more-geometry-types branch from 006790a to 1847f93 Compare December 19, 2024 15:57
@gmaclennan gmaclennan marked this pull request as ready for review January 23, 2025 12:15
@gmaclennan gmaclennan merged commit f065886 into main Jan 23, 2025
2 checks passed
@gmaclennan gmaclennan deleted the support-more-geometry-types branch January 23, 2025 15:09
gmaclennan added a commit that referenced this pull request Jan 23, 2025
* main:
  feat: support more geometry types (#36)
  chore: update @comapeo/core to v2.3.1 (#43)
luandro pushed a commit to digidem/comapeo-cloud-client that referenced this pull request Jan 24, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support more geometry types for alerts
3 participants