Select to view content in your preferred language

Operational Layers Not Displaying

2178
11
09-24-2010 11:00 AM
EmilyLaMunyon
Deactivated User
Hello,

I downloaded the ArcGIS Viewer for Flex 2.1 and have it up and running. However, I am unable to display layers/services from our ArcGIS Server 9.3. The label shows up under the More tab, just not on the map. In the config.xml I added this code:

<operationallayers>

            <layer label="SLCo" type="dynamic" visible="false"
                   url="http://slcarcgisdev:8399/arcgis/rest/services/Utah_Trails/Polygons2/MapServer"/>
</operationallayers>

I have a feeling it is a projection issue (my data is in State Plane Feet) , however, I have been reading that this application should re-project layers on the fly if they are dynamic. Any help would be greatly appreciated.

Thanks!
Tags (2)
0 Kudos
11 Replies
JimBurd
Deactivated User
Emily,

Thank you.  I've passed this information on to my IT support.

Jim Burd
0 Kudos
giuseppemolinario
Deactivated User
Hi Emily, Jim and all,

I am having the same issue. I think I have tried everything except doing the arcgis server dance and hope that works.

Now, this reverse proxy issue. Does it mean that the crossdomain.xml file needs to be put in the web server where the flex application is (in my case IIS) and ALSO somewhere else?

I am running arcgis server 9.3.1 on a single machine (both som and soc) and my rest api works (checked by going to its url) and my map services work as well (checked on manager and also by going to their rest url's).

Whenever i make changes to the flex application's config.xml I see the changes in the interface (i see my oprational layer under "more") but I never, ever, ever see the actual data on the map.

This was meant to be the easy step - what else do I do or try? what is this reverse proxy thing? is that what I need to worry about ?

Thanks

Giuseppe
0 Kudos