Parses a GeoJSON object (a FeatureCollection, a Feature, a GeometryCollection, or a
bare geometry) into a ParsedGeoJson. Malformed parts are skipped rather than
thrown on, so one bad feature doesn't drop a whole dataset; pass an already-JSON.parsed
object (this module does no fetching).
Parses a GeoJSON object (a
FeatureCollection, aFeature, aGeometryCollection, or a bare geometry) into a ParsedGeoJson. Malformed parts are skipped rather than thrown on, so one bad feature doesn't drop a whole dataset; pass an already-JSON.parsed object (this module does no fetching).