qissue-bot / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
http://qgis.org
GNU General Public License v2.0
0 stars 0 forks source link

WMS fails to offer CRS change for large CRS lists #1491

Closed qissue-bot closed 5 years ago

qissue-bot commented 5 years ago

Author Name: marisn - (marisn -) Original Redmine Issue: 1504, https://issues.qgis.org/issues/1504

Original Assignee: nobody -


By default [[GeoServer]] offers WMS with more than 3000 CRS options. When adding such WMS layer, QGIS correctly displays number of available CRS'es, still "Change..." list is empty.


qissue-bot commented 5 years ago

Original Redmine Comment Author Name: Marco Hugentobler (Marco Hugentobler) Original Date: 2009-03-29T00:52:16.000Z


Is there a public server instance available to test? It might be a problem with the crs format delivered by the server.

qissue-bot commented 5 years ago

Original Redmine Comment Author Name: Mavka - (Mavka -) Original Date: 2009-06-11T02:51:17.000Z


Problem still present [QGIS 1.2.0].

"Workaround":http://www.nabble.com/Ability-to-limit-the-list-of-SRS-elements-in-WMS-capabilities-td16359298.html

I haven't public wms, but you can test demo layers in standart [[GeoServer]] installation

qissue-bot commented 5 years ago

Original Redmine Comment Author Name: Redmine Admin (Redmine Admin) Original Date: 2009-08-18T11:45:05.000Z


This problem is not related to qgis. Doing some research about the problem I found that Geoserver offers an srs like this "EPSG:WGS84(DD)" as the first srs in its capabilities and is the one causing the problem. To fix it remove that srs from the geoserver epsg database.

For more information please refer to the following url: http://jira.codehaus.org/browse/GEOS-3223?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel

qissue-bot commented 5 years ago

Original Redmine Comment Author Name: marisn - (marisn -) Original Date: 2009-08-18T23:59:13.000Z


You are right. Opened new bug #1881 "QGIS should ignore bogous CRS from WMS services"