<?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: Dynamically updating maps via JavaScript - GPS, KML, etc. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249989#M23169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Scott,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't quite follow what you want to do... Are you looking to create an app that will allow the user to download their gps and display the data right then?&amp;nbsp; There are a few samples out there that allow the user to download to a .csv file or .gpx file (or other formats), upload them to a server, and then display the results on a map.&amp;nbsp; There are also some samples that allow the user to drag and drop files onto the map and display the results (with newer browsers).&amp;nbsp; Another option might be to look into the Garmin Communicator API (if the data is coming from a Garmin gps unit).&amp;nbsp; You could set up an application that allows the user to download data into json format, and use that right in your mapping application.&amp;nbsp; Can you provide a few more details on your project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2011 15:23:28 GMT</pubDate>
    <dc:creator>KenMorefield</dc:creator>
    <dc:date>2011-09-19T15:23:28Z</dc:date>
    <item>
      <title>Dynamically updating maps via JavaScript - GPS, KML, etc.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249987#M23167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a client who is in need of mimicking their ArcGIS desktop version via a webapp.&amp;nbsp; Currently we have a database consisting of various entries dealing with GPS point placement, layering, etc and would like to somehow bring this functionality to the web, even minimally.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Essentially, if I select parameters the run against the database such as temperature, location, time intervals, etc. - the webapp app queries the database, pulling GPS data, and then displaying points and so forth on the map on the page after the user hits the "Update Map" button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have yet to find any good examples of something similar of this being done - i.e. HTML querying and map updating in real time instead of just pulling/pre-loading from some KML/CSV on a distant server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for your time.&amp;nbsp; Any help will be sincerely appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 14:16:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249987#M23167</guid>
      <dc:creator>ScottGentry</dc:creator>
      <dc:date>2011-09-19T14:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically updating maps via JavaScript - GPS, KML, etc.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249988#M23168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello all,&lt;BR /&gt;&lt;BR /&gt;I have a client who is in need of mimicking their ArcGIS desktop version via a webapp.&amp;nbsp; Currently we have a database consisting of various entries dealing with GPS point placement, layering, etc and would like to somehow bring this functionality to the web, even minimally.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Essentially, if I select parameters the run against the database such as temperature, location, time intervals, etc. - the webapp app queries the database, pulling GPS data, and then displaying points and so forth on the map on the page after the user hits the "Update Map" button.&lt;BR /&gt;&lt;BR /&gt;I have yet to find any good examples of something similar of this being done - i.e. HTML querying and map updating in real time instead of just pulling/pre-loading from some KML/CSV on a distant server.&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your time.&amp;nbsp; Any help will be sincerely appreciated!&lt;BR /&gt;&lt;BR /&gt;-Scott&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You want feature Layers.&amp;nbsp; You would set up the entire dataset on the server, and then the HTML/javascript can dynamically apply filters or queries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 15:19:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249988#M23168</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-09-19T15:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically updating maps via JavaScript - GPS, KML, etc.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249989#M23169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Scott,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't quite follow what you want to do... Are you looking to create an app that will allow the user to download their gps and display the data right then?&amp;nbsp; There are a few samples out there that allow the user to download to a .csv file or .gpx file (or other formats), upload them to a server, and then display the results on a map.&amp;nbsp; There are also some samples that allow the user to drag and drop files onto the map and display the results (with newer browsers).&amp;nbsp; Another option might be to look into the Garmin Communicator API (if the data is coming from a Garmin gps unit).&amp;nbsp; You could set up an application that allows the user to download data into json format, and use that right in your mapping application.&amp;nbsp; Can you provide a few more details on your project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 15:23:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249989#M23169</guid>
      <dc:creator>KenMorefield</dc:creator>
      <dc:date>2011-09-19T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically updating maps via JavaScript - GPS, KML, etc.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249990#M23170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Scott,&lt;BR /&gt;I don't quite follow what you want to do... Are you looking to create an app that will allow the user to download their gps and display the data right then?&amp;nbsp; There are a few samples out there that allow the user to download to a .csv file or .gpx file (or other formats), upload them to a server, and then display the results on a map.&amp;nbsp; There are also some samples that allow the user to drag and drop files onto the map and display the results (with newer browsers).&amp;nbsp; Another option might be to look into the Garmin Communicator API (if the data is coming from a Garmin gps unit).&amp;nbsp; You could set up an application that allows the user to download data into json format, and use that right in your mapping application.&amp;nbsp; Can you provide a few more details on your project?&lt;BR /&gt;&lt;BR /&gt;Ken&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Essentially what we have is an html form that when filled out queries unique GSP data from our database.&amp;nbsp; After this query is executed, it automatically updates the map with points corresponding to the GPS data extracted.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a very general example (pretend all this data is from our unique database): The user wants to query GPS locations of the coldest recorded temperatures in some state (lets say Texas) between the time interval 2008-2009.&amp;nbsp; The app grabs the GPS data, plots it, and possibly moves the viewing window to Texas, displaying the points (the move part doesn't have to happen).&amp;nbsp; This will eventually need to be applied to layering as well, but point placement is a minimal requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason I posted to this forum is, after much scanning, was unable to find a use case where the state of the points of the map were of direct result of user input.&amp;nbsp; i.e. - User fills out form, queries data, clicks on some "Update Map" button, and the map is refreshed with the correct points displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was imagining a simple JavaScript function in the API that could be thrown in a for-loop that auto-generates points on the map upon submission of the form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that help?&amp;nbsp; Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 15:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249990#M23170</guid>
      <dc:creator>ScottGentry</dc:creator>
      <dc:date>2011-09-19T15:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically updating maps via JavaScript - GPS, KML, etc.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249991#M23171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You want feature Layers.&amp;nbsp; You would set up the entire dataset on the server, and then the HTML/javascript can dynamically apply filters or queries.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks jeff.pace for the referral, I will look closely into this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 16:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249991#M23171</guid>
      <dc:creator>ScottGentry</dc:creator>
      <dc:date>2011-09-19T16:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically updating maps via JavaScript - GPS, KML, etc.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249992#M23172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks jeff.pace for the referral, I will look closely into this.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you look at the feature layer samples it should get you started.&amp;nbsp; For example&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/EN/webapi/javascript/arcgis/demos/time/time_snapshot.html"&gt;http://help.arcgis.com/EN/webapi/javascript/arcgis/demos/time/time_snapshot.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shows how to dynamically change what data is displayed based on a time variable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 16:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dynamically-updating-maps-via-javascript-gps-kml/m-p/249992#M23172</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-09-19T16:13:53Z</dc:date>
    </item>
  </channel>
</rss>

