I am using Geoserver 2.15.2 and making a request to export data in
shapefile format using the following URL:

https://example.com/geoserver/ows?service=wfs
&version=2.0.0
&request=GetFeature
&outputFormat=shape-zip
&srsName=EPSG:26917
&BBOX=-82.22789,42.95715,-82.09450,42.96317,EPSG:4326
&typename=workspace_name:layer_name

When loading the result into QGIS, it has an "Unknown CRS" but the data
align properly with EPSG:26917 (the desired output CRS). Likewise, if I set
the srsName parameter to EPSG:4326, the resulting layer as an "Unknown CRS"
but the data align with EPSG:4326.

Note that the native CRS for this layer is EPSG:3857 and it is reproejected
to the declared CRS of EPSG:4326.

How can I make sure the exported data have the correct EPSG assigned?

Many thanks,
Cliff

-- 

Cliff Patterson Ph.D.

*PSD* | Senior GIS Consultant
P: 519-690-2565 ext. 2616
www.psdrcs.com
London | 148 Fullarton St. 9th Floor
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to