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
~/topojson/topojson/extract.pyinextract_featurecollection(self, geom)
224225# convert FeatureCollection into a dict of features-->226# TODO: this will trigger an error as there is no self.obj227obj=self.obj228data= {}
AttributeError: 'Extract'objecthasnoattribute'obj'
This counts both for the type geojson.FeatureCollection as well as geojson.Feature
The text was updated successfully, but these errors were encountered:
A GeoJSON object from the
geojson
package is causing an error. It can be reproduced with the following code snippet:This counts both for the type
geojson.FeatureCollection
as well asgeojson.Feature
The text was updated successfully, but these errors were encountered: