Closed timwie closed 11 months ago
Spatial.__geo_interface__ currently simply returns Spatial.geojson, but FeatureCollection is actually not specified at all. Element objects should map to a collection of objects that implement __geo_interface__ properly instead.
Spatial.__geo_interface__
Spatial.geojson
FeatureCollection
Element
__geo_interface__
Spatial.__geo_interface__
currently simply returnsSpatial.geojson
, butFeatureCollection
is actually not specified at all.Element
objects should map to a collection of objects that implement__geo_interface__
properly instead.