You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* GeoJson objects can have null geometry objects
See https://datatracker.ietf.org/doc/html/rfc7946#section-3.2
A Feature object has a member with the name "geometry". The value
of the geometry member SHALL be either a Geometry object as
defined above or . . . a JSON null value.
* Missed an instance geometry cannot be null
* Handle empty geojson features
0 commit comments