Select to view content in your preferred language

Feature Type Redrawing

744
1
08-28-2011 03:24 PM
ShaunWeston
Frequent Contributor
I am building an application with Flex API 2.4 and I have run into an issue with using a feature type map service. What happens is that if the user zooms to say 1:2500, the land parcels draw at that scale, but when the user zooms into 1:1000, it does not redraw the land parcels and just stays the same. Just wondering what I can do to get the map service to redraw at each scale. Snapshot attached of issue.

         <layer label="Parcels" type="feature" visible="true" alpha="0.7" useproxy="false"            
     url="http://202.174.172.14/ArcGIS/rest/services/Parcels/MapServer/0"  
              info="widgets/InfoTemplates/AttRelateInfoWinWidget.swf"
                infoconfig="widgets/InfoTemplates/PopUp_Parcel.xml" />
Tags (2)
0 Kudos
1 Reply
ShaunWeston
Frequent Contributor
Just needed to do this in the config:

autorefresh="5"
0 Kudos