WMS Layer in Flex Viewer

4013
25
Jump to solution
07-11-2012 07:17 AM
ZahidChaudhry
Occasional Contributor III
I am trying to access "nowCOAST 'obs' WMS" (only temperature) in viewer but with no luck. Any help will be highly appreciated (THANKS NOAA in Advanced for still using OLD OLD OLD stuff and not using ArcGIS Server....and much more....)

Here is the URL

http://www.arcgis.com/home/item.html?id=862ea07f603e4a52a4eff50899451176

T
hanks
Tags (2)
0 Kudos
25 Replies
KathrynSmith
New Contributor II
Perfect! I had the wrong wkid. Thanks!!

That service supports many projections (see the section of the capabilities with the comment "All supported EPSG projections:") including 3857, which is equivalent to 102100.

Try:

<layer label="Marine" type="wms" visible="true"
       url="http://cmgds.marine.usgs.gov/geoserver/track/ows"
       skipgetcapabilities="true" wkid="3857"
       visiblelayers="lidar"/>
0 Kudos
SergioRodriguez1
New Contributor III
Hello All,

I make a viewer with the Application Builder 3.6 and add a WMS Layer with the Operational Layeres tools, in the config the layer show like this:
<layer type="wms" label="Poligonos" url="http://www.snitcr.org/cgi-bin/wms?map=poligonos.map" skipgetcapabilities="true" version="1.3.0" wkid="900913" visible="true" visiblelayers="ZONAS_HOMOGENEAS" maximageheight="2050" maximagewidth="2050"/>

The viewer and the layer don´t have problems and error, my question is who I can enable the Identify functionality in a WMS layer.  When I load this layer in ArcGIS for Desktop I can identify features and work very well.  Does ArcGIS Viewer for Flex support identify WMS layers?

Thank you.
0 Kudos
BjornSvensson
Esri Regular Contributor
Does ArcGIS Viewer for Flex support identify WMS layers?

No, identify on WMS is not supported in neither the Flex API, nor the Flex Viewer.
0 Kudos
SergioRodriguez1
New Contributor III
Thanks
Idea:  http://ideas.arcgis.com/ideaView?id=087E000000059fJIAQ
No, identify on WMS is not supported in neither the Flex API, nor the Flex Viewer.
0 Kudos
BjornSvensson
Esri Regular Contributor
FYI - That link requires people to log in to salesforce.
0 Kudos
SergioRodriguez1
New Contributor III
FYI - That link requires people to log in to salesforce.


Thank you I correct it.
0 Kudos