[GIS] ArcGIS Viewer for Flex supported EPSG (wkid)

arcgis-flex-viewer

I am trying to "force" ArcGIS Viewer for Flex 2.1 to retrieve WMS layer using an EPSG, i.e. 3308.

I tried setting

 <map wkid="3308">

However the ArcGIS Viewer for flex always defaults to 4326, unless I include the default basemap, in which case the SRS in WMS http request is 12100 (or something similar)

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

So how do I display other WMS with EPSG 3308 ?

Best Answer

Have you looked at the sample on help.arcgis.com?
Look in flex api and then the mapping category there is a "mapextent in different projection"

NOTE: I am in need of this solution, but as of yet unable to get it to work.

Related Question