Opened 15 years ago
Closed 15 years ago
#492 closed defect (fixed)
getMap Error with Intergraph WMS
Reported by: | marc | Owned by: | marc |
---|---|---|---|
Priority: | major | Milestone: | 2.6 release |
Component: | administration | Version: | 2.6 rc1 |
Keywords: | Cc: |
Description
after a getMap Request on a Intergraph WMS this error message appears
<ogc:ServiceExceptionReport> − <ServiceException code="NoApplicableCode"> There was value without key provided in query string.[] </ServiceException> </ogc:ServiceExceptionReport>
this is the request that Mapbender has send. http://62.217.46.150/SG_Wahlbezirk/WMService.aspx?VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&LAYERS=STIMMBEZIRK_GEOM2,STIMMBEZIRK_TX&STYLES=,&SRS=EPSG:31466&BBOX=2565610,5661690,2578630,5672190&WIDTH=625&HEIGHT=400&FORMAT=image/png&BGCOLOR=0xffffff&TRANSPARENT=TRUE&EXCEPTIONS=application/vnd.ogc.se_inimage&
the error occurs because Mapbender substitute an ampersand (&) at the end of each WMS. If you delete this ampersant manually the getMap request works. see: http://62.217.46.150/SG_Wahlbezirk/WMService.aspx?VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&LAYERS=STIMMBEZIRK_GEOM2,STIMMBEZIRK_TX&STYLES=,&SRS=EPSG:31466&BBOX=2565610,5661690,2578630,5672190&WIDTH=625&HEIGHT=400&FORMAT=image/png&BGCOLOR=0xffffff&TRANSPARENT=TRUE&EXCEPTIONS=application/vnd.ogc.se_inimage
Change History (2)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
changeset of 2.6 branch:
http://trac.osgeo.org/mapbender/changeset/4409
and
http://trac.osgeo.org/mapbender/changeset/4410
changeset of the trunk:
http://trac.osgeo.org/mapbender/changeset/4411
*set to fixed
Marc