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 empty coordinates #9

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Support empty coordinates #9

merged 1 commit into from
Aug 17, 2023

Conversation

fogfish
Copy link
Owner

@fogfish fogfish commented Aug 17, 2023

Geometry Object

A Geometry object represents points, curves, and surfaces in
coordinate space. Every Geometry object is a GeoJSON object no
matter where it occurs in a GeoJSON text.

o The value of a Geometry object's "type" member MUST be one of the
seven geometry types (see Section 1.4).

o A GeoJSON Geometry object of any type other than
"GeometryCollection" has a member with the name "coordinates".
The value of the "coordinates" member is an array. The structure
of the elements in this array is determined by the type of
geometry. GeoJSON processors MAY interpret Geometry objects with
empty "coordinates" arrays as null objects.

@fogfish fogfish merged commit 875f6e0 into main Aug 17, 2023
2 checks passed
@fogfish fogfish deleted the fea-empty-coordinates branch August 17, 2023 19:33
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.

None yet

1 participant