<?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: custom TiledMapServiceLayer documentation or help!! in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-tiledmapservicelayer-documentation-or-help/m-p/605106#M15519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Different SpatialReference will not work because the projection of the Map is determined by the first visible layer with a SpatialReference defined. If the SpatialReference of the Map is different than a Tiled Layer, the Tiled Layer will not be displayed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Nov 2010 18:54:51 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-11-15T18:54:51Z</dc:date>
    <item>
      <title>custom TiledMapServiceLayer documentation or help!!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-tiledmapservicelayer-documentation-or-help/m-p/605103#M15516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where can i get good documentation about implementation of TiledMapServiceLayer/TiledLayer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to add tiledlayer from my own&amp;nbsp; URL and from tiles in WorldMercator projection(WKID = 54004).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a few questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1/Is it possible combine in the map tiled layers with different projection (WebMercator 102113 and WorldMercator 54004)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2/what is the Origin property in the TileInfo?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3/ if I create function &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public override string GetTileUrl(int level, int row, int col){}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where are parameters(level,row,col) come from? From the ESRI map in WebMercator projection? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so I must recalculate them in my row,col values?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 08:09:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-tiledmapservicelayer-documentation-or-help/m-p/605103#M15516</guid>
      <dc:creator>DmitryAleshkovsky</dc:creator>
      <dc:date>2010-11-12T08:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: custom TiledMapServiceLayer documentation or help!!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-tiledmapservicelayer-documentation-or-help/m-p/605104#M15517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This sample might be a little outdated but hopefully it can help you get started:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16196"&gt;http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16196&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following links can also be retrieved from API Reference in the SDK sample page (&lt;/SPAN&gt;&lt;A href="http://esriurl.com/slsdk2"&gt;http://esriurl.com/slsdk2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.TiledMapServiceLayer.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.TiledMapServiceLayer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.TiledLayer.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.TiledLayer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 16:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-tiledmapservicelayer-documentation-or-help/m-p/605104#M15517</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-12T16:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: custom TiledMapServiceLayer documentation or help!!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-tiledmapservicelayer-documentation-or-help/m-p/605105#M15518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, Jennifer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know this links, but I can't get answer for my questions there :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the main question is about possibility to have 2 tiled layers in the map with different coordinate systems - WorldMercator and Web Mercator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 04:32:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-tiledmapservicelayer-documentation-or-help/m-p/605105#M15518</guid>
      <dc:creator>DmitryAleshkovsky</dc:creator>
      <dc:date>2010-11-13T04:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: custom TiledMapServiceLayer documentation or help!!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-tiledmapservicelayer-documentation-or-help/m-p/605106#M15519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Different SpatialReference will not work because the projection of the Map is determined by the first visible layer with a SpatialReference defined. If the SpatialReference of the Map is different than a Tiled Layer, the Tiled Layer will not be displayed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 18:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-tiledmapservicelayer-documentation-or-help/m-p/605106#M15519</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-15T18:54:51Z</dc:date>
    </item>
  </channel>
</rss>

