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

Support more geometry types for alerts #35

Open
2 of 6 tasks
EvanHahn opened this issue Nov 26, 2024 · 0 comments · May be fixed by #36
Open
2 of 6 tasks

Support more geometry types for alerts #35

EvanHahn opened this issue Nov 26, 2024 · 0 comments · May be fixed by #36

Comments

@EvanHahn
Copy link
Contributor

EvanHahn commented Nov 26, 2024

Point is currently the only supported geometry type:

geometry: Type.Object({
type: Type.Literal('Point'),
coordinates: Type.Tuple([longitude, latitude]),
}),

We want to add support for more types.

Checklist:

EvanHahn added a commit that referenced this issue Nov 26, 2024
In addition to `Point`, we now support `Polygon`, `MultiPoint`, and
`MultiPolygon` geometries.

Closes [#35].

[#35]: #35
@EvanHahn EvanHahn linked a pull request Nov 26, 2024 that will close this issue
EvanHahn added a commit that referenced this issue Nov 26, 2024
In addition to `Point`, we now support `Polygon`, `MultiPoint`, and
`MultiPolygon` geometries.

Closes [#35].

[#35]: #35
EvanHahn added a commit that referenced this issue Dec 3, 2024
In addition to `Point`, we now support additional geometry objects.

Closes [#35].

[#35]: #35
EvanHahn added a commit to digidem/comapeo-schema that referenced this issue Dec 11, 2024
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 a pull request may close this issue.

1 participant