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
i'm writing my own representation of the geojson format, and the rfc states that all geojson objects have a type field and all types have a coordinates field to store location data, except GeometryCollection, which is called geometries instead.
i'm writing my own representation of the geojson format, and the rfc states that all geojson objects have a type field and all types have a coordinates field to store location data, except GeometryCollection, which is called geometries instead.
see: the examples
my proposed solution would look something like this:
looking at what deserialize expands to, i can't immediately tell if this is doable
The text was updated successfully, but these errors were encountered: