Flex Viewer 3.0
Running on ArcGIS 10
Hi everyone, sorry for this newbie question but I'm completely stumped - it's obviously something fundamental that I'm forgetting or not grasping.
I have a Parcel polygon layer in SDE. In my MXD I have created a successful relate and created a service in ArcServer. When creating the service I specified a map service as well as a feature service.
In my flex viewer, no matter what I try I can't get the layer to display unless I set the Type = "dynamic".
When I set it to feature it just doesn't draw.
What am I doing wrong?
This works:
<layer label="Parcels" type="dynamic" visible="true" alpha="1.0"
popupconfig="popups/PopUp_Fires.xml"
url="http://maps/ArcGIS/rest/services/BaseData/Parcels/MapServer"/>
But this doesn't:
<layer label="Parcels" type="feature" visible="true" alpha="1.0"
popupconfig="popups/PopUp_Fires.xml"
url="http://maps/ArcGIS/rest/services/BaseData/Parcels/FeatureServer/0"/>
**It appears the layer is added to the viewer, I can see it in the "More..." list, and I can 'Zoom to' it. however the polygons just aren't there??
I'm trying to get the feature type to work so that I can use Robert's InfoRelate widget....
Thank you for any guidance....I've been working on this for 5-6 hours now but can't see what I'm doing wrong.
Steve
Running on ArcGIS 10
Hi everyone, sorry for this newbie question but I'm completely stumped - it's obviously something fundamental that I'm forgetting or not grasping.
I have a Parcel polygon layer in SDE. In my MXD I have created a successful relate and created a service in ArcServer. When creating the service I specified a map service as well as a feature service.
In my flex viewer, no matter what I try I can't get the layer to display unless I set the Type = "dynamic".
When I set it to feature it just doesn't draw.
What am I doing wrong?
This works:
<layer label="Parcels" type="dynamic" visible="true" alpha="1.0"
popupconfig="popups/PopUp_Fires.xml"
url="http://maps/ArcGIS/rest/services/BaseData/Parcels/MapServer"/>
But this doesn't:
<layer label="Parcels" type="feature" visible="true" alpha="1.0"
popupconfig="popups/PopUp_Fires.xml"
url="http://maps/ArcGIS/rest/services/BaseData/Parcels/FeatureServer/0"/>
**It appears the layer is added to the viewer, I can see it in the "More..." list, and I can 'Zoom to' it. however the polygons just aren't there??
I'm trying to get the feature type to work so that I can use Robert's InfoRelate widget....
Thank you for any guidance....I've been working on this for 5-6 hours now but can't see what I'm doing wrong.
Steve