On jeudi 2 mai 2019 15:11:03 CEST Mncedi Dlayiya wrote:
> Hello everyone,
> 
> I am new in GDAL so I'm struggling to convert a wfs to shapefile using
> ogr2ogr.

From the error message, it seems there's an extra space between WFS: ad 
http:// . Try to quote the whole WFS connection string

"WFS:http://localhost:8080/geoserver/osw?";

And the osw entry point is suspicious. Shouldn't that be ows (acronym for OGC 
Web Services) instead ?

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to