We just recently updated our server to ArcGIS version 10.1 and now my Annotation layers are not showing up on my map. I'm using Flex Viewer 3.2. Below are the calls in my main config.xml to my 3 map services that aren't showing up. Does anything have any thoughts? Should I be using a different layer type? Unfortunately, I need help on resolving this issue ASAP.. I have a customer who is waiting.
Thank you,
Ali Page
Code:
<layer label="EPA Region Labels" type="dynamic" visible="true" alpha="0.8"
url="http://gispub2.epa.gov/ArcGIS/rest/services/NEPmap/EPARegionLabels/MapServer"/>
<layer label="NEP Labels - Local" type="dynamic" visible="true" alpha="0.7"
url="http://gispub2.epa.gov/ArcGIS/rest/services/NEPmap/NEPLocalLabels/MapServer"/>
<layer label="NEP Labels - Regional" type="dynamic" visible="true" alpha="1"
url="http://gispub2.epa.gov/ArcGIS/rest/services/NEPmap/NEPRegionalLabels/MapServer"/>
Ali Page