[mapguide-users] WMS from MGOS can't be read by QGIS
Franz1965
fsozzi at INTERCAD.CH
Fri Jan 25 08:26:16 PST 2013
Rémy Gourrat wrote
> Have you try to inspect qgis wms query with Fiddler ?
Hi Rémy,
great suggestion! Fiddler with QGis is very interesting, something new I've
learned today, good :).
I've done what you've suggeted and I've got the following:
When QGis execute:
http://localhost/mapserver2013/mapagent/mapagent.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=671401.028954,75246.995246,734864.771170,165663.792311&CRS=EPSG:21781&WIDTH=32&HEIGHT=32&LAYERS=WMS-WFS/Common/Layers/LayerDefinitionSHPComuni&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE
HTTP/1.1
I get:
<?xml version="1.0" encoding="UTF-8" ?>
- <ServiceExceptionReport version="1.3.0" xmlns="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/ogc
http://schemas.opengis.net/wms/1.3.0/exceptions_1_3_0.xsd">
<ServiceException code="InternalError">Unexpected exception was thrown. No
additional details available.</ServiceException>
</ServiceExceptionReport>
If I change version to 1.1:
http://localhost/mapserver2013/mapagent/mapagent.fcgi?SERVICE=WMS&VERSION=1.1&REQUEST=GetMap&BBOX=671401.028954,75246.995246,734864.771170,165663.792311&CRS=EPSG:21781&WIDTH=32&HEIGHT=32&LAYERS=WMS-WFS/Common/Layers/LayerDefinitionSHPComuni&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE
HTTP/1.1
<?xml version="1.0" encoding="UTF-8" ?>
- <ServiceExceptionReport version="1.0.0">
<ServiceException code="InternalError">Unexpected exception was thrown. No
additional details available.</ServiceException>
</ServiceExceptionReport>
The result is more or less the same :(
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/WMS-from-MGOS-can-t-be-read-by-QGIS-tp5029828p5029907.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list