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
The GeoJSON spec supports "unlocated" Feature objects where the "geometry" member is a JSON null value. The Geo library simply ignores Features of this kind, even if they have their properties populated. A real-world web service that returns GeoJSON of this type is the National Weather Service Alert API, https://api.weather.gov/zones.
I looked into resolving this issue via a pull request but I am not comfortable contributing structural changes to the library without further discussion. I would appreciate help with this issue.