I have some problem with the GetFeatureInfo request.
I am trying to retrieve informations on a WMS layer stored in SRS:32631
which is displayed in SRS:4326.
I am having the following error message in the logs of geoserver :
[SEVERE]
org.vfny.geoserver.wms.responses.featureInfo.AbstractFeatureInfoResponse -
Longitude 646°10.5'E is out of range (±180°).
I have some problem with the GetFeatureInfo request.
I am trying to retrieve informations on a WMS layer stored in SRS:32631
which is displayed in SRS:4326.
I am having the following error message in the logs of geoserver :
[SEVERE]
org.vfny.geoserver.wms.responses.featureInfo.AbstractFeatureInfoResponse -
Longitude 646°10.5'E is out of range (±180°).
I have some problem with the GetFeatureInfo request.
I am trying to retrieve informations on a WMS layer stored in SRS:32631
which is displayed in SRS:4326.
I am having the following error message in the logs of geoserver :
[SEVERE]
org.vfny.geoserver.wms.responses.featureInfo.AbstractFeatureInfoResponse
-
Longitude 646°10.5'E is out of range (±180°).
I don't really know, but it's likely it has been fixed in 1.6.0 (or
else, you're having an issue with that specific layer...).
...
... it works for me.
Cheers
Andrea
Thank you Andrea for you answer.
I found my problem. My layer had a big name : 00_Eng_RailRoads_UTM29_WGS84.
It seems that for xml parsing it leads to an error. Everything is working
fine except the fact that I still see the same errors on the log of
Geoserver. I don't know why. I wonder if it is not the use of a too high
level of log for just a debug information.
I found my problem. My layer had a big name : 00_Eng_RailRoads_UTM29_WGS84.
It seems that for xml parsing it leads to an error. Everything is working
fine except the fact that I still see the same errors on the log of
Geoserver. I don't know why. I wonder if it is not the use of a too high
level of log for just a debug information.
I'm loosing you here
The error your reported was about a coordinate being out of definition
area, not about the name being too big, in fact that GetMap
request did not have the 00_Eng_RailRoads_UTM29_WGS84 layer at all?
Another thing I've noticed only now is that you're trying to use VERSION=1.3.0 for WMS. GeoServer does not support it, the maximum
version we support is 1.1.1... we should throw an exception instead
of answering the request... also consider that for wms 1.1.1 the
bbox should be expressed in lon/lat order, whilst 1.3.0 requires
the opposite order afaik.