Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Is there a way to add a wms image service in basemap gallery? Thanks Jay

share|improve this question

1 Answer

Do You mean ArcGIS Viewer for Silverlight? You can edit .\Config\Map.xml file and add some lines of code after esri:Map.Extent tag

<!--WMS Service Definition-->
<esri:WmsLayer ID="OtherWMSLayer"
             Url="http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi"
             ProxyUrl="http://serverapps.esri.com/SilverlightDemos/ProxyPage/proxy.ashx"
             SkipGetCapabilities="False"
             Layers="nexrad-n0r"
             Version="1.1.1"
             Opacity="0.7"
             esriExtensibility:MapApplication.LayerName="Weather Radar"/>

Regards, Kuba

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.