getsmap / smap-responsive

A JavaScript framework for simple creation of web maps with responsive design supporting a range of different browsers and devices
GNU General Public License v3.0
14 stars 12 forks source link

Fix ArcGisServer wms Identify #267

Open bennyjonsson opened 7 years ago

bennyjonsson commented 7 years ago

When identifying ssMap sends http://arcgisserver.lund.se/arcgis/services/extern/Skolor/MapServer/WMSServer?service=WMS&request=GetFeatureInfo&bbox=13.048152923583984%2C55.679036251088945%2C13.265132904052734%2C55.73571263798704&layers=1&styles=&typename=1&query_layers=1&info_format=text%2Fplain&feature_count=20&x=662&y=278&buffer=12&width=1264&height=586&srs=EPSG%3A4326&exceptions=application%252Fvnd.ogc.se_xml&version=1.1.1

Response
<?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 code="InvalidFormat">
Parameter 'exceptions' contains unacceptable value.
  </ServiceException>
</ServiceExceptionReport>