Bug report #19326
WMS: something is going wrong...
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/WMS | ||
Affected QGIS version: | 3.3(master) | Regression?: | Yes |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 27154 |
Description
In current master (QGIS code revision 497637b8a5) something is going wrong with WMS coords.
To reproduce:
- create EPSG:28992 empty project
- from WFS service: https://geodata.nationaalgeoregister.nl/bestuurlijkegrenzen/wfs?version=1.0.0&request=GetCapabilities
load layer: bestuurlijkegrenzen:provincies
You should see the provinces of NL
- from WMS service: https://geodata.nationaalgeoregister.nl/bestuurlijkegrenzen/ows?SERVICE=WMSx%x%
load layer: provincies
If you do NOT change the epsg, but keep it 4326 you will NOT get a map.
Another way:
- create a project 4326
- open WMS layer provincies: No map.
I see in debug window:
Looks like the BBOX is a mix of epsg:4326 and epsg:28992
Strange thing is that if you save it as a project, all will be fine IF you open the project in a new session.
I see this only in master, 3.2 and 2.18 are fine for what I see.
Attached some project files (which just work, as said)
History
#1 Updated by Richard Duivenvoorde over 6 years ago
- Status changed from Open to Closed
Cannot reproduce anymore.
Closing myself.