| In Geoserver version 2.16 the KML link in the layer preview creates invalid WMS requests which are like http://localhost:8080/geoserver/topp/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp%3Astates&bbox=-124.73142200000001,24.955967,-66.969849,49.371735&width=768&height=330&srs=EPSG:4326/kml?layers=topp:states What breaks the request is
which is probably remaining from the KML reflector link that was used in the layer preview instead of WMS GetMap in versions older than 2.16. http://localhost:8080/geoserver/topp/wms/kml?layers=topp:states |