<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: World_Topo_Map not being displayed in Flex api 1.3 in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/world-topo-map-not-being-displayed-in-flex-api-1-3/m-p/57949#M1335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bob,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Is there some reason why you are explicitly setting the spatialReference of your graphics layer? Try eliminating that as the maps spatial reference gets set when the first layer is added to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 20:20:02 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2010-11-02T20:20:02Z</dc:date>
    <item>
      <title>World_Topo_Map not being displayed in Flex api 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/world-topo-map-not-being-displayed-in-flex-api-1-3/m-p/57948#M1334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am doing the following in a flex application (using the ESRI 1.3 flex api) and the map does not display. The navigation control is listed as well as the ESRI logo/sign but the map is blank. The map has a spatial reference of 102100. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;darkred&amp;quot;;"&gt;&amp;lt;esri:Map id="emap" level="2" load="init()" width="100%" height="100%"&amp;gt; &lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:ArcGISTiledMapServiceLayer visible="true" url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;esri:GraphicsLayer id="mapGraphicsLayer" &lt;BR /&gt; spatialReference="{new SpatialReference(102100)}" visible="true"&amp;gt; &lt;BR /&gt; &amp;lt;/esri:GraphicsLayer&amp;gt; &lt;BR /&gt;&amp;lt;/esri:Map&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run the following the map displays as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;darkred&amp;quot;;"&gt;&amp;lt;esri:Map id="emap" level="2" load="init()" width="100%" height="100%"&amp;gt; &lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:ArcGISTiledMapServiceLayer visible="true" url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;esri:GraphicsLayer id="mapGraphicsLayer" &lt;BR /&gt; spatialReference="{new SpatialReference(4326)}" visible="true"&amp;gt; &amp;lt;/esri:GraphicsLayer&amp;gt; &lt;BR /&gt;&amp;lt;/esri:Map&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that the spatial reference is 4326.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could not find an example of a map with a spatial reference of 102100 in the code samples at &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html" rel="nofollow"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A review of the Flex api 2.0 does have code samples using the noted spatial reference of 102100.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are map of this type not supported by the Flex 1.3 api??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bob Thompson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 20:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/world-topo-map-not-being-displayed-in-flex-api-1-3/m-p/57948#M1334</guid>
      <dc:creator>BobThompson</dc:creator>
      <dc:date>2010-11-02T20:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: World_Topo_Map not being displayed in Flex api 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/world-topo-map-not-being-displayed-in-flex-api-1-3/m-p/57949#M1335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bob,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Is there some reason why you are explicitly setting the spatialReference of your graphics layer? Try eliminating that as the maps spatial reference gets set when the first layer is added to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 20:20:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/world-topo-map-not-being-displayed-in-flex-api-1-3/m-p/57949#M1335</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-11-02T20:20:02Z</dc:date>
    </item>
  </channel>
</rss>

