Select to view content in your preferred language

Add WMS Layer with ArcGIS API for Flex 2.4

1807
1
11-30-2011 10:58 PM
aaaa3
by
New Contributor
Hi, I'm starting with the arcGIS API from Flex and my question is how can i add a layer to my flex application from a wms service [http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx]??

esri:Map id="map">
 <esri:extent>
      <esri:Extent xmin="-1497990" ymin="4294192" xmax="896629" ymax="5407115">
           <esri:SpatialReference wkid="102100"/>
      </esri:Extent>
 </esri:extent>

 <esri:VETiledLayer
  id="veTiledLayer"
  key="{bingKey}"
  mapStyle="road"
  culture="es-ES"/>

</esri:Map>


Thanks
Tags (2)
0 Kudos
1 Reply
IvanBespalov
Frequent Contributor
1 - ESRI sample - Create WMS Layer

2 - ESRI sample - WMS Map

3 - API reference - WMSLayer

4 - Good sample to understand how it is work
0 Kudos