Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent CRS handling when adding WMS #16052

Closed
qgib opened this issue Jan 3, 2013 · 4 comments
Closed

Inconsistent CRS handling when adding WMS #16052

qgib opened this issue Jan 3, 2013 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers

Comments

@qgib
Copy link
Contributor

qgib commented Jan 3, 2013

Author Name: Jonathan Moules (Jonathan Moules)
Original Redmine Issue: 6939
Affected QGIS version: 1.8.0
Redmine category:web_services_clients/wms


I'm using 1.8.0 to connect to a GeoServer 2.2.2 - WMS 1.3.0.
I'm adding raster layers that have a declared and native projection in GeoServer of 27700 - British National Grid.

When I first bring up the "Add Layer(s) from Server" dialog for WMS and click a layer, the CRS is "WGS 84". Ok, that's also an acceptable CRS because its declared in GetCapabilities.
So I change it to 27700,n add the layer, then close the dialog. It appears just fine.

But then I go back into the "add layers" dialog and connect to the server again.
This time when I click on any of the layers, they're showing a projection of 27700.

HOWEVER - If I select a layer (make it blue), then deselect the layer, then select a layer again, it's back to WGS 84!
Surely it should stay as 27700 given that's now the project projection and is a support projection by the layer?



Related issue(s): #16072 (duplicates)
Redmine related issue(s): 6962


@qgib
Copy link
Contributor Author

qgib commented Jan 3, 2013

Author Name: Jürgen Fischer (@jef-n)


Are all layers available in 27700? Once you select layers that don't have the current crs selection commonly available the CRS switches to the first commonly available CRS of the selected layer or WGS84 if there isn't any.

@qgib
Copy link
Contributor Author

qgib commented Jan 3, 2013

Author Name: Jonathan Moules (Jonathan Moules)


Yep. Absolutely every single layer is available in 27700. Its the native format for all of our data.
You can see the get capabilities yourself in the attached which confirms this.


  • 5232 was configured as geoserver-GetCapabilities.xml

@qgib
Copy link
Contributor Author

qgib commented Jan 3, 2013

Author Name: Jürgen Fischer (@jef-n)


Fixed in changeset "a575711f1988afb2bf058d25331eef48dd56508a".


  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Jan 3, 2013

Author Name: Jonathan Moules (Jonathan Moules)


Wow, that was fast! Thanks. :-D

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant