<?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: Map Interface in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93646#M8530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure if this is what you are looking for, but yes you can read an XML file containing values and plot them onto the map.&amp;nbsp; Using dojox.data.XmlStore function, you can fetch out the values in the xml file and as long as there is a latitude and longitude position stored in the xml, you can generate a marker for it.&amp;nbsp; In the ArcGIS API for Javascript samples under Web Maps, there is a sample called Map with CSV data.&amp;nbsp; The concept is the same, just using a CSV file for input vs. an XML file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2012 16:31:11 GMT</pubDate>
    <dc:creator>BetsySchenck-Gardner</dc:creator>
    <dc:date>2012-10-03T16:31:11Z</dc:date>
    <item>
      <title>Map Interface</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93645#M8529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please some help me on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on the data received from the backend system(SAP)&amp;nbsp; XML formate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly let me know how to render in ESRI maps (js hardcode).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 08:21:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93645#M8529</guid>
      <dc:creator>muralikrishna</dc:creator>
      <dc:date>2012-10-03T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Map Interface</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93646#M8530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure if this is what you are looking for, but yes you can read an XML file containing values and plot them onto the map.&amp;nbsp; Using dojox.data.XmlStore function, you can fetch out the values in the xml file and as long as there is a latitude and longitude position stored in the xml, you can generate a marker for it.&amp;nbsp; In the ArcGIS API for Javascript samples under Web Maps, there is a sample called Map with CSV data.&amp;nbsp; The concept is the same, just using a CSV file for input vs. an XML file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:31:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93646#M8530</guid>
      <dc:creator>BetsySchenck-Gardner</dc:creator>
      <dc:date>2012-10-03T16:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Map Interface</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93647#M8531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Attached is the data that will receive as an XML from the backend system(SAP)�?�.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can we try and render this on an ESRI map�?�.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose a sample web page which shows a map. Dynamically draw two nodes on the map and a line linking both the nodes. The nodes should be draggable across the map and the line should re-draw. With sample please&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 08:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93647#M8531</guid>
      <dc:creator>muralikrishna</dc:creator>
      <dc:date>2012-10-04T08:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Map Interface</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93648#M8532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's not XML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you should look at this sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/data_requestXML.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/data_requestXML.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...then look at any of the samples that programmatically render graphics and at least have a go at combining what you have learnt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the dragging etc. there's a forum post that's (currently) one down in the list from this one where it's discussed - &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/28553-Drag-Graphics-Point-and-Drop-at-New-Location"&gt;http://forums.arcgis.com/threads/28553-Drag-Graphics-Point-and-Drop-at-New-Location&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 09:02:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93648#M8532</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-10-04T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Map Interface</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93649#M8533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Based on the data received from the backend system information(SAP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dynamically draw on the ESRI MAPS. Can you please explain on that i am not ever on that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Feature layer it might be similar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/inside_feature_layers.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/inside_feature_layers.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 10:55:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-interface/m-p/93649#M8533</guid>
      <dc:creator>muralikrishna</dc:creator>
      <dc:date>2012-10-04T10:55:34Z</dc:date>
    </item>
  </channel>
</rss>

