pub fn parse_geojson(input: &str) -> Result<FeatureCollection, GeoJsonError>Expand description
Parse a GeoJSON string into a FeatureCollection.
pub fn parse_geojson(input: &str) -> Result<FeatureCollection, GeoJsonError>Parse a GeoJSON string into a FeatureCollection.