<?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: Help needed in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-needed/m-p/556328#M51903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might look at samples that utilize a .csv file to display point graphics.&amp;nbsp; Here is a link to one &lt;/SPAN&gt;&lt;A href="http://servicesbeta.esri.com/demos/jsapi-samples/ags_MapwithTable/index.html?webmap=d5e02a0c1f2b4ec399823fdd3c2fdebd&amp;amp;dataUrl=http://finder.geocommons.com/overlays/56595.csv&amp;amp;displayField=name&amp;amp;title=Crime%20Map&amp;amp;subTitle=Cidadania%20Queluz.html"&gt;example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can dump out a static copy of your database to a .csv file, then you should be able to create an application that doesn't necessarily need ArcGIS Server to render the data.&amp;nbsp; The sample above plots a point graphic for each set of coordinates in the csv file.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 15:43:46 GMT</pubDate>
    <dc:creator>KenMorefield</dc:creator>
    <dc:date>2013-11-07T15:43:46Z</dc:date>
    <item>
      <title>Help needed</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-needed/m-p/556327#M51902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, I've been tasked with creating a "simple" map that is database driven with co-ordinates and a basic info popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am however by no means a developer and this is for a charity event, so i've come here to find out if anyone is prepared to help me to get this (or at least the basics) going. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The database has been created for me and the GPS co-ordinates are automatically populated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what I need is to create a map.aspx page which when provided with an ID (/map.aspx?ID=1234) looks up the co-ordinates and centers the map on that location with a little icon that can be clicked and then shows 2-3 values like name etc. from the same table as the co-ordinates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope someone can help me because I am very much in the dark with this stuff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 04:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-needed/m-p/556327#M51902</guid>
      <dc:creator>NicholasJames</dc:creator>
      <dc:date>2013-11-07T04:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-needed/m-p/556328#M51903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might look at samples that utilize a .csv file to display point graphics.&amp;nbsp; Here is a link to one &lt;/SPAN&gt;&lt;A href="http://servicesbeta.esri.com/demos/jsapi-samples/ags_MapwithTable/index.html?webmap=d5e02a0c1f2b4ec399823fdd3c2fdebd&amp;amp;dataUrl=http://finder.geocommons.com/overlays/56595.csv&amp;amp;displayField=name&amp;amp;title=Crime%20Map&amp;amp;subTitle=Cidadania%20Queluz.html"&gt;example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can dump out a static copy of your database to a .csv file, then you should be able to create an application that doesn't necessarily need ArcGIS Server to render the data.&amp;nbsp; The sample above plots a point graphic for each set of coordinates in the csv file.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 15:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-needed/m-p/556328#M51903</guid>
      <dc:creator>KenMorefield</dc:creator>
      <dc:date>2013-11-07T15:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-needed/m-p/556329#M51904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://storymaps.esri.com/home/"&gt;Esri's story maps&lt;/A&gt;&lt;SPAN&gt; might be a way to solve your problem. There are several &lt;/SPAN&gt;&lt;A href="http://storymaps.esri.com/templategallery/"&gt;templates&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; that make it pretty easy to set up. The Storytelling Playlist uses an&amp;nbsp; ArcGIS Online map, which is created by ingesting a .csv file. You can&amp;nbsp; configure the popup to show the attributes you want to display. Although&amp;nbsp; it doesn't zoom into the point when you click on it, that may not be difficult to add to the code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 17:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-needed/m-p/556329#M51904</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-11-07T17:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Popup Help needed</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-needed/m-p/556330#M51905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the responses, however I have to work within the framework given, there's no negotiation there. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have managed (with some assistance) to get my map working and now I have to figure out how to get a custom popup working, the support samples aren't of much help at all. All I need to do is display two images on the popup and two values from the same database that has the co-ordiantes, so when I click on the graphic on the map I get the popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What level of official support is available for customers who have purchased ArcGIS server ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have at most two days left to finish this project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 04:26:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-needed/m-p/556330#M51905</guid>
      <dc:creator>NicholasJames</dc:creator>
      <dc:date>2013-11-12T04:26:39Z</dc:date>
    </item>
  </channel>
</rss>

