<?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: Online BaseMaps with local Data in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/online-basemaps-with-local-data/m-p/329466#M7864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tiles from TiledMapServiceLayer cannot be re-projected. Make the tiled map service as the first layer if you want to add other layers with a different spatial reference. If not, have all the layers in the same spatial reference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 22:50:56 GMT</pubDate>
    <dc:creator>RamaChintapalli</dc:creator>
    <dc:date>2012-07-19T22:50:56Z</dc:date>
    <item>
      <title>Online BaseMaps with local Data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/online-basemaps-with-local-data/m-p/329464#M7862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a Mapservice in WGS84 that I'd like to combine with ArcGIS Online services. I'm looking for code samples for the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. World_Street_Map services I can combine with my DynamicMap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Code to use 2 different projections&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:Map id="map1"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;esri:ArcGISDynamicMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://lakap046p2/ArcGIS/rest/services/CIP/BaseMapWGS84/MapServer" rel="nofollow" target="_blank"&gt;https://lakap046p2/ArcGIS/rest/services/CIP/BaseMapWGS84/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/esri:Map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can render one or the other but not both&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks...new to FLEX, your help is appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 20:53:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/online-basemaps-with-local-data/m-p/329464#M7862</guid>
      <dc:creator>TomGriffith</dc:creator>
      <dc:date>2012-07-19T20:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Online BaseMaps with local Data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/online-basemaps-with-local-data/m-p/329465#M7863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I put my basemap at the top of the list.&amp;nbsp; That way, it will pick up on the projection of "my" data.&amp;nbsp; Then, I just load the arcgisonline services as "dynamic", but below the WGS84 mapservice.&amp;nbsp; Will slow it down a bit, but can project on the fly.&amp;nbsp; Don't think it can on the fly tiles that were pre-made in mercator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 22:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/online-basemaps-with-local-data/m-p/329465#M7863</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-07-19T22:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Online BaseMaps with local Data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/online-basemaps-with-local-data/m-p/329466#M7864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tiles from TiledMapServiceLayer cannot be re-projected. Make the tiled map service as the first layer if you want to add other layers with a different spatial reference. If not, have all the layers in the same spatial reference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 22:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/online-basemaps-with-local-data/m-p/329466#M7864</guid>
      <dc:creator>RamaChintapalli</dc:creator>
      <dc:date>2012-07-19T22:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Online BaseMaps with local Data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/online-basemaps-with-local-data/m-p/329467#M7865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Tom,&lt;BR /&gt;&lt;BR /&gt;The tiles from TiledMapServiceLayer cannot be re-projected. Make the tiled map service as the first layer if you want to add other layers with a different spatial reference. If not, have all the layers in the same spatial reference.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, I did get it to work this way as well.&amp;nbsp; However ALL my services need to be loaded as dynamic for this to work.&amp;nbsp; I find if you have many other layers on there, loading the arcgisonline as dynamic and re-projecting it on the fly is much faster than having to re-project all my data on the fly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Plus, if I do it this way, all the coordinates listed are relative to the ESRI basemap projection, not your local data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 23:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/online-basemaps-with-local-data/m-p/329467#M7865</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-07-19T23:10:46Z</dc:date>
    </item>
  </channel>
</rss>

