FlexViewer - Displaying BASEMAPS ISSUE - yes its 4326

3209
1
06-21-2010 09:29 AM
by Anonymous User
Not applicable
Original User: keeblerh

What are the rules surrounding the BaseMaps and/or Tiled maps in the Flexviewer.  When I substitute my base map (spatial ref 4326 like the ESRI maps) and yes its tiled, as the first map and try to use a second map either the Esri imagery or ESRI streets map or whatever, the second map does not display.  Do the zoom levels have to match on tiled services? my service has 8 levels where the esri one has 16.  There is overlap in the zoom levels.  Example below:

<!--<map initialExtent="-122.2 24.89 -70.59 46.92" fullExtent="-150 -50 150 50"> -->
  <map initialExtent="-77.8 38.5 -76.5 39.8" fullExtent="-77.8 38.5 -76.5 39.8">
<basemaps menu="menuMap">
   <mapservice label="Street Map" type="tiled" visible="true" alpha="1" icon="com/esri/solutions/flexviewer/assets/images/icons/i_highway.png">http://<myserver>/arcgis/rest/services/DEH3/MapServer</mapservice>
   <!--<mapservice label="Street Map2" type="tiled" visible="true" alpha="1" icon="com/esri/solutions/flexviewer/assets/images/icons/i_highway.png">http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer</mapservice>-->
   <mapservice label="Satellite Map" type="tiled" visible="false" alpha="1" icon="com/esri/solutions/flexviewer/assets/images/icons/i_shuttle.png">http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer</mapservice>        

</basemaps>
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Holly,

   Yes cached map services have to have the same tiling scheme.
0 Kudos