<?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: How is the CSV information stored in the TiledMap? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-is-the-csv-information-stored-in-the-tiledmap/m-p/719684#M18482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's some help doc on creating web maps from ArcGIS.com: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000001n000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000001n000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, the map contains 2 layers: ArcGISTiledMapServiceLayer (base map) and FeatureLayer (contains points from CSV). The webmap JSON &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/sharing/content/items/e64c82296b5a48acb0a7f18e3f556607/data?f=pjson" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/sharing/content/items/e64c82296b5a48acb0a7f18e3f556607/data?f=pjson&lt;/A&gt;&lt;SPAN&gt; includes popup information. In the help doc above, look at "Configuring pop-up windows" section as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 21:16:40 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2012-01-11T21:16:40Z</dc:date>
    <item>
      <title>How is the CSV information stored in the TiledMap?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-is-the-csv-information-stored-in-the-tiledmap/m-p/719683#M18481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ArcGIS experts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am studying the Silverlight API demo &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#WebMapCSV" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#WebMapCSV&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and I got some basic questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1. For the following code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; *************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Document webMap = new Document();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;webMap.GetMapCompleted += webMap_GetMapCompleted;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;webMap.GetMapAsync("e64c82296b5a48acb0a7f18e3f556607");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems "e64c82296b5a48acb0a7f18e3f556607" is an id for a map service. How can I make my own map and publish it as such an id?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2. By debugging the code, I found that the retrieved map includes one layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Why is this layer special such that it can provide feature points with tooltips on top of the raster map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Any brief direction is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sui&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 20:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-is-the-csv-information-stored-in-the-tiledmap/m-p/719683#M18481</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2012-01-11T20:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: How is the CSV information stored in the TiledMap?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-is-the-csv-information-stored-in-the-tiledmap/m-p/719684#M18482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's some help doc on creating web maps from ArcGIS.com: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000001n000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000001n000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, the map contains 2 layers: ArcGISTiledMapServiceLayer (base map) and FeatureLayer (contains points from CSV). The webmap JSON &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/sharing/content/items/e64c82296b5a48acb0a7f18e3f556607/data?f=pjson" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/sharing/content/items/e64c82296b5a48acb0a7f18e3f556607/data?f=pjson&lt;/A&gt;&lt;SPAN&gt; includes popup information. In the help doc above, look at "Configuring pop-up windows" section as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 21:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-is-the-csv-information-stored-in-the-tiledmap/m-p/719684#M18482</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-01-11T21:16:40Z</dc:date>
    </item>
  </channel>
</rss>

