Select to view content in your preferred language

WMS doesn't overlay correctly (4326)

1168
5
Jump to solution
10-29-2012 05:44 PM
WillHughes1
Frequent Contributor
My operational layer (wms wkid=4326) doesn't overlay correctly with the basemap below which is also in WGS84 (wkid=4326). See attached screenshot.

<map wraparound180="true" initialextent="126.987 37.066 127.060 37.098" fullextent="-179 -89 179 89" top="40">

Basemap:
<basemaps>
<layer label="Streets" type="tiled" visible="true"
url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer"/>
</basemaps>

operational layer is:
<layer label="Weather" type="wms" visible="true" visiblelayers="LAND,BOUNDARIES,Present_Wx" FORMAT="image/png" alpha="0.8" styles="default"
url="https://somedomain.com/services/WMS?CRS=EPSG:4326" skipgetcapabilities="true" version="1.3.0" />

Any ideas? I am using the 3.0 FV.

Thanks.

Will
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
DasaPaddock
Esri Regular Contributor
Can you try with: version="1.1.1"

View solution in original post

0 Kudos
5 Replies
DasaPaddock
Esri Regular Contributor
Try changing the URL to: https://somedomain.com/services/WMS
and remove the version="1.3.0"
0 Kudos
WillHughes1
Frequent Contributor
Try changing the URL to: https://somedomain.com/services/WMS
and remove the version="1.3.0"


Same result after removing the version and changing the URL.
-Will
0 Kudos
DasaPaddock
Esri Regular Contributor
Can you try with: version="1.1.1"
0 Kudos
WillHughes1
Frequent Contributor
Can you try with: version="1.1.1"


Well how about that. It works now that I changed the version to 1.1.1.

Thanks.

It is intersting however that I cannot see the wms in the FV until after I open the wms URL in my browser, which prompts me for my certificate. Is there a way for the FV to prompt for secured services which require a certificate?

Will
0 Kudos
DasaPaddock
Esri Regular Contributor
0 Kudos