<?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: What would be the best way to display an RSS feed with coordinate information on a map? Note that this is not a GeoRSS feed. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83195#M7585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me know how it goes - I have been looking to incorporate real-time/streaming feeds into some of our maps... just haven't had any time for it yet!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The downside is that the GeoEvent Processor is a separate extension you'd have to purchase, and it might be overkill if your scope is limited, but they should have a trial just to see if it's the way to go for sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 20:05:48 GMT</pubDate>
    <dc:creator>ChrisSmith7</dc:creator>
    <dc:date>2016-01-29T20:05:48Z</dc:date>
    <item>
      <title>What would be the best way to display an RSS feed with coordinate information on a map? Note that this is not a GeoRSS feed.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83188#M7578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would be the best way to display a RSS feed with coordinate information on a map. I'd prefer to have something that isn't hardcoded because I'll probably be pulling multiple feeds that are slightly different, and (e.g. pulling the coordinates from the feed and displaying them in a graphics layer). The RSS feeds I'd be pulling a elements for lat/long or x/y alongside elements containing attribute information of the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the RSS feed is NOT a GeoRSS feed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83188#M7578</guid>
      <dc:creator>MichaelRutkowski</dc:creator>
      <dc:date>2016-01-29T19:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: What would be the best way to display an RSS feed with coordinate information on a map? Note that this is not a GeoRSS feed.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83189#M7579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could parse the RSS and create a JSON object, then a featureCollection, and then a featureLayer from the lat/longs and attributes, e.g. something like &lt;A href="https://developers.arcgis.com/javascript/jssamples/fl_featureCollection.html" title="https://developers.arcgis.com/javascript/jssamples/fl_featureCollection.html"&gt;Feature collection | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you do that, though, would you mind using a third-party utility? If not, you may want to consider the geonames RSS to GeoRSS converter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://api.geonames.org/rssToGeoRSS?feedUrl=http://feeds.reuters.com/reuters/worldNews&amp;amp;username=demo" title="http://api.geonames.org/rssToGeoRSS?feedUrl=http://feeds.reuters.com/reuters/worldNews&amp;amp;username=demo"&gt;http://api.geonames.org/rssToGeoRSS?feedUrl=http://feeds.reuters.com/reuters/worldNews&amp;amp;username=demo&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, just use the GeoRSS in the ArcGIS JSAPI - &lt;A href="https://developers.arcgis.com/javascript/jssamples/layers_georss.html" title="https://developers.arcgis.com/javascript/jssamples/layers_georss.html"&gt;GeoRSS | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83189#M7579</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-01-29T19:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: What would be the best way to display an RSS feed with coordinate information on a map? Note that this is not a GeoRSS feed.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83190#M7580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doh, looks like the GeoNames demo account just exceeded its usage quote, lol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83190#M7580</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-01-29T19:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: What would be the best way to display an RSS feed with coordinate information on a map? Note that this is not a GeoRSS feed.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83191#M7581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't be totally against a 3rd party utility, though I didn't have much luck with GeoNames. I was thinking about creating my own service to transform the XML to GeoXML. Just upload the xslt to the service when I need to add a RSS layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like the featureCollection option as well... I'll investigate that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to bring in the RSS feed into ArcGIS Desktop and display that as a map service?&lt;/P&gt;&lt;P&gt;A typical feed might look similar to this:&lt;/P&gt;&lt;P class="line" style="color: #000000; font-family: monospace; font-size: 13px;"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;TrafficCams&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="collapsible-content" style="margin-left: 1em; color: #000000; font-family: monospace; font-size: 13px;"&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="collapsible"&gt;&lt;DIV class="expanded"&gt;&lt;DIV class="line"&gt;&lt;SPAN class="button collapse-button" style="margin-left: -10px; background-position: no-repeat;"&gt;&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;Cam&amp;gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="collapsible-content" style="margin-left: 1em;"&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;name&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;Traffic Cam&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;description&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;A road in a town&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="collapsible"&gt;&lt;/P&gt;&lt;DIV class="expanded"&gt;&lt;DIV class="line"&gt;&lt;SPAN class="button collapse-button" style="margin-left: -10px; background-position: no-repeat;"&gt;&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;image&amp;gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="collapsible-content" style="margin-left: 1em;"&gt;&lt;SPAN class="text"&gt;2.jpg&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/image&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;lat&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;42.23&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/lat&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;long&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;-71.145&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/long&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;static1_direction&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;Southbound&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/static2_direction&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/Cam&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="collapsible"&gt;&lt;/P&gt;&lt;DIV class="expanded"&gt;&lt;DIV class="line"&gt;&lt;SPAN class="button collapse-button" style="margin-left: -10px; background-position: no-repeat;"&gt;&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;Cam&amp;gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="collapsible-content" style="margin-left: 1em;"&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;name&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;Another Traffic Cam&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;description&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;Another road in another town&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="collapsible"&gt;&lt;/P&gt;&lt;DIV class="expanded"&gt;&lt;DIV class="line"&gt;&lt;SPAN class="button collapse-button" style="margin-left: -10px; background-position: no-repeat;"&gt;&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;image&amp;gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="collapsible-content" style="margin-left: 1em;"&gt;&lt;SPAN class="text"&gt;4.jpg&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/image&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;lat&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;41.20278779&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/lat&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;long&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;-71.03&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/long&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;static1_direction&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;Northbound&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/static1_direction&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="text"&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/Cam&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;lt;/trafficCams&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:35:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83191#M7581</guid>
      <dc:creator>MichaelRutkowski</dc:creator>
      <dc:date>2016-01-29T19:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: What would be the best way to display an RSS feed with coordinate information on a map? Note that this is not a GeoRSS feed.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83192#M7582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too many people read your post &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83192#M7582</guid>
      <dc:creator>MichaelRutkowski</dc:creator>
      <dc:date>2016-01-29T19:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: What would be the best way to display an RSS feed with coordinate information on a map? Note that this is not a GeoRSS feed.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83193#M7583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For built-in stuff, I know there's the GeoEvent Processor for Server that can create a service from GeoRSS - &lt;A href="http://www.arcgis.com/home/item.html?id=29f0689ec924498c9baf3bb2812dc78c" title="http://www.arcgis.com/home/item.html?id=29f0689ec924498c9baf3bb2812dc78c"&gt;http://www.arcgis.com/home/item.html?id=29f0689ec924498c9baf3bb2812dc78c&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used the GeoEvent Processor before, so I can only go by the documentation, but you should be able to create a connector to most any real-time feed (&lt;A href="http://server.arcgis.com/en/geoevent-extension/latest/administer/extending-the-geoevent-extension.htm" title="http://server.arcgis.com/en/geoevent-extension/latest/administer/extending-the-geoevent-extension.htm"&gt;Extending the GeoEvent Extension—Real-Time Data Feeds and Sensors (10.3 and 10.3.1) | ArcGIS for Server&lt;/A&gt;​).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSS is listed, though - &lt;A href="http://server.arcgis.com/en/geoevent-extension/latest/process-event-data/input-connectors.htm" title="http://server.arcgis.com/en/geoevent-extension/latest/process-event-data/input-connectors.htm"&gt;Input Connectors—Real-time Data Feeds and Sensors (10.3 and 10.3.1) | ArcGIS for Server&lt;/A&gt; - not sure if that's just GeoRSS...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:53:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83193#M7583</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-01-29T19:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: What would be the best way to display an RSS feed with coordinate information on a map? Note that this is not a GeoRSS feed.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83194#M7584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Chris.... the GeoEvent processor seems to be the way to go!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:57:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83194#M7584</guid>
      <dc:creator>MichaelRutkowski</dc:creator>
      <dc:date>2016-01-29T19:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: What would be the best way to display an RSS feed with coordinate information on a map? Note that this is not a GeoRSS feed.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83195#M7585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me know how it goes - I have been looking to incorporate real-time/streaming feeds into some of our maps... just haven't had any time for it yet!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The downside is that the GeoEvent Processor is a separate extension you'd have to purchase, and it might be overkill if your scope is limited, but they should have a trial just to see if it's the way to go for sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 20:05:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-would-be-the-best-way-to-display-an-rss-feed/m-p/83195#M7585</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-01-29T20:05:48Z</dc:date>
    </item>
  </channel>
</rss>

