Closed Andreasr28 closed 5 months ago
In RLP funktioniert es .. in SL auch
.. in SL auch
Something I found (might be helpful for debugging): In the Netzwerkanalyse in the inspector (debugging console), I see the the GetMap request is called with bbox=0,0,0,0. The link looks like this (with invalid bbox): https://prototyp.geoportal.hessen.de/wms/overview?VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&LAYERS=huek&STYLES=&SRS=EPSG:25832&BBOX=0,0,0,0&WIDTH=1184&HEIGHT=273&FORMAT=image/png;%20mode=8bit&BGCOLOR=0xffffff&TRANSPARENT=TRUE&EXCEPTIONS=application/vnd.ogc.se_xml
When the file is opened I can see the following.
<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException>
msWMSLoadGetMapParams(): WMS server error. Invalid values for BBOX.
</ServiceException>
</ServiceExceptionReport>
But when the same process is done in the test system, the link in the netzwerkanalyse it correct with valid bounding box value: https://prototyp.geoportal.hessen.de/wms/overview?VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&LAYERS=huek&STYLES=&SRS=EPSG:25832&BBOX=564385.8763493694,5621374.178020689,564548.0442713691,5621474.138042888&WIDTH=683&HEIGHT=421&FORMAT=image/jpeg&BGCOLOR=0xffffff&EXCEPTIONS=application/vnd.ogc.se_xml
Also there is a problem in Coordinate system in the production system. In the test system it works fine as: (this is the screenshot of test system)
But in the production system, when the projection system is selected to Gauß-krüger 3 (DHDN), it doesn't work. That means it again change the option to Geographische Koordinaten or UTM zone 32N automatically.
In the network analysis, the link is generated which looks like this:
To reproduce: go to: https://www.geoportal.hessen.de/ click on Kartenviewer Select the Werkzeuge on the top Select the Koordinatensystem and change the projection system to Gauß-krüger 3 (DHDN)
i tested right now.... (kartenviewer zurücksetzen) search for coordinates works now. i fixed some spatial_ref_sys entries for epgsg 31466, 31467, 31468, 31469.
@karlbrink I looked into it, and worked so far. I have one suggestion in the koordinaten anzeigen in the toolbox. The coordinates are shown but it is not clear from the tools which coordinate system is it showing. What about adding the text before it?
Before:
After:
@karlbrink @Andreasr28 This issue is solved right? We can close the issue if so.
I have tested the functions everything works. Issue Done
Anfrage_ Suche nach Gauss-Krüger im Kartenviewer.zip Affected function Coordinate search Coordinate search, should be possible for:
To recreate, start the search in www.geoportal.hessen.de
In testsystem the function works as expected!! Correct example Gauß-Krüger: Rechtswert Y = 3461404 m, Hochwert X = 5483498 m.
But Error Messages and malfunction ****
This should not be possible, a search without entries makes no sense.