<layer label="Sentinel" type="wms" wkid="4326" visible="true" alpha="1" url="http://sentinel.ga.gov.au/wmsconnector/com.esri.wms.Esrimap" imageFormat="png" visiblelayers="Modis48to72Hours" skipgetcapabilities="true" version="1.1.1"/>
GET /wmsconnector/com.esri.wms.Esrimap?SERVICE=WMS&VERSION=1%2E1%2E1&REQUEST=GetMap&TRANSPARENT=TRUE&LAYERS=Modis48to72Hours&SRS=EPSG%3A4326&WIDTH=1101&FORMAT=image%2Fpng&STYLES=&HEIGHT=590&BBOX=16427846%2E119045615%2C%2D4272829%2E881140223%2C17101103%2E464181416%2C%2D3912047%2E107634209 HTTP/1.1
Solved! Go to Solution.
Ben,
No it does not have anything to do with that issue. Your issue is you are try to use a layer that does not support WKID 102100 in a map that is using 102100. WMS Layers do not get reprojected by the Viewer on the fly. Thus your WMS layer has to support your maps WKID or you have to set your maps WKID to one that is supported by the WMS layer (This would involve changing Cached basemaps to dynamic as cached layer do not re-project on the fly either). There are several Dozen threads covering WMS layers in the forums that deal with WKID issues.