Select to view content in your preferred language

How to add WCS and WMS to FLEX project in Adobe builder

640
0
02-14-2011 05:32 AM
HubertAdamus
New Contributor
Hello.

I have got problem with adding my WCS project that I have created in ArcGIS Server 10. I can see my project on local server. I am using source code for FLEX 2.2 in adobe builder 4. I would like to see my project when I am refreshing my geoportal www.geoportal.gr5.pl on a local computer. I don't know what to do. I was looking for similar topic, but without results. Should I add some commends here in config.xml or I should add some widgets? :

<map initialextent="1156000 6513000 3174000 7363000" top="40">
        <basemaps>
            <layer label="Streets" type="tiled" visible="true"  alpha="1"
                   url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/>
            <layer label="Aerial"  type="tiled" visible="false" alpha="1"
                   url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"/>
            <layer label="Topo"    type="tiled" visible="false" alpha="1"
                   url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/>
        </basemaps>

    </map>

It will be visible as a layer or an extra service? Second part of my question is how to add WMS from others geoportals? Sorry for my knowledge I know it is poor but I am just starting. Adding WCS project is one of my engineer thesis problems so please help.
Tags (2)
0 Kudos
0 Replies