Skip to content

Commit

Permalink
Remove jpeg-png from the list of mime types used for wms 1.3 cite tes…
Browse files Browse the repository at this point in the history
…ting, as there is a strict test that the mime type used in the request should match the content type of the response
  • Loading branch information
aaime committed Jul 8, 2016
1 parent f90f2ca commit e9f9cf0
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion data/citewms-1.3/wms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,25 @@
<maxRequestMemory>0</maxRequestMemory>
<maxRenderingTime>0</maxRenderingTime>
<maxRenderingErrors>0</maxRenderingErrors>
</wms>
<getMapMimeTypeCheckingEnabled>true</getMapMimeTypeCheckingEnabled>
<getMapMimeTypes>
<string>text/html; subtype=openlayers</string>
<string>image/png</string>
<string>image/png; mode=8bit</string>
<string>application/pdf</string>
<string>image/jpeg</string>
<string>application/atomxml</string>
<string>image/gif</string>
<string>application/vnd.google-earth.kmlxml</string>
<string>image/geotiff</string>
<string>application/rssxml</string>
<string>image/svgxml</string>
<string>image/geotiff8</string>
<string>application/json;type=utfgrid</string>
<string>application/vnd.google-earth.kmlxml;mode=networklink</string>
<string>image/tiff</string>
<string>application/vnd.google-earth.kmz</string>
<string>image/tiff8</string>
</getMapMimeTypes>

</wms>

0 comments on commit e9f9cf0

Please sign in to comment.