<?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: GeoRSS examples not working in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252150#M23338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As I understand it, the services that convert KML -&amp;gt; JSON and GeoRSS -&amp;gt; JSON are part of &lt;A href="http://www.esri.com/software/arcgis/portal-for-arcgis"&gt;Portal&lt;/A&gt; and are available to run on your local Intranet when you purchase a license for Portal.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the info, seems a pity not to have the functionality available in AGS though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that config setting (esri.config.defaults.geoRSSService) 'official'? (can't see it in the docs)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is, it means that we could implement our own proxies for these layer types which would be very useful for those who can't, or don't want to, purchase Portal &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 14:36:46 GMT</pubDate>
    <dc:creator>__Rich_</dc:creator>
    <dc:date>2012-09-26T14:36:46Z</dc:date>
    <item>
      <title>GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252146#M23334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been trying out the GeoRSS example listed here (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/samples/layers_georss/index.html" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/samples/layers_georss/index.html&lt;/A&gt;&lt;SPAN&gt;). Unfortunately it doesn't seem to work as expected. The external GeoRSS file is accessible in the browser directly. The data from the file is however not getting displayed on the base map as polygons or points.&amp;nbsp;&amp;nbsp; Is there any browser side setting that I have to do to get it working? The documentation doesn't say anything apart from ensuring that the GeoRSS file be publicly accessible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 12:12:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252146#M23334</guid>
      <dc:creator>ManishGonsalves</dc:creator>
      <dc:date>2012-09-26T12:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252147#M23335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The GeoRSSLayer seems to use a proxy hosted at &lt;/SPAN&gt;&lt;A href="http://utility.arcgis.com/sharing/rss"&gt;http://utility.arcgis.com/sharing/rss&lt;/A&gt;&lt;SPAN&gt; to retrieve the resource, unfortunately it looks like the proxy doesn't live at (or at least can't be found at i.e. HTTP 404) the URI used to access it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The KML one is there - &lt;/SPAN&gt;&lt;A href="http://utility.arcgis.com/sharing/kml"&gt;http://utility.arcgis.com/sharing/kml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;But the RSS one isn't - &lt;/SPAN&gt;&lt;A href="http://utility.arcgis.com/sharing/rss"&gt;http://utility.arcgis.com/sharing/rss&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(this use of proxies explains, for those that didn't know, why these files must be at a "publicly accessible" location i.e. because the ESRI-hosted proxy must be able to retrieve them before returning them to the browser)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question for ESRI - will the proxy components become part of AGS for those of us who have licenses and run local installs?&amp;nbsp; (obviously the JS API will need to know which proxy to use if this does happen)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 12:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252147#M23335</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-26T12:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252148#M23336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the heads up, we'll get this fixed shortly. Until then, manually specify the location of the GeoRSS service, here's a working example of the sample: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;!doctype html&amp;gt; &amp;lt;html lang="en"&amp;gt; &amp;lt;head&amp;gt; &amp;lt;meta charset="utf-8"&amp;gt; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=7,IE=9" /&amp;gt; &amp;lt;meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/&amp;gt; &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt; &amp;lt;link rel="stylesheet" href="http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/dojo/dijit/themes/tundra/tundra.css"&amp;gt; &amp;lt;link rel="stylesheet" href="http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/esri/css/esri.css" /&amp;gt;&amp;nbsp; &amp;lt;style&amp;gt; &amp;nbsp; html, body { height: 100%; width: 100%; margin: 0; padding: 0; } &amp;nbsp; #map { margin: 0; padding: 0; } &amp;nbsp; #meta { &amp;nbsp;&amp;nbsp;&amp;nbsp; position: absolute; &amp;nbsp;&amp;nbsp;&amp;nbsp; left: 20px; &amp;nbsp;&amp;nbsp;&amp;nbsp; bottom: 20px; &amp;nbsp;&amp;nbsp;&amp;nbsp; width: 20em; &amp;nbsp;&amp;nbsp;&amp;nbsp; height: 5em; &amp;nbsp;&amp;nbsp;&amp;nbsp; z-index: 40; &amp;nbsp;&amp;nbsp;&amp;nbsp; background: #fff; &amp;nbsp;&amp;nbsp;&amp;nbsp; color: #777; &amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 5px; &amp;nbsp;&amp;nbsp;&amp;nbsp; border: 5px solid #575757; &amp;nbsp;&amp;nbsp;&amp;nbsp; -webkit-border-radius: 5px; &amp;nbsp;&amp;nbsp;&amp;nbsp; -moz-border-radius: 5px; &amp;nbsp;&amp;nbsp;&amp;nbsp; border-radius: 5px;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; font-family: arial; &amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 0.9em; &amp;nbsp; } &amp;nbsp; #meta h3 { &amp;nbsp;&amp;nbsp;&amp;nbsp; color: #000; &amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 1.1em; &amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 0px; &amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0px; &amp;nbsp;&amp;nbsp;&amp;nbsp; display: inline-block; &amp;nbsp; } &amp;nbsp; #loading {&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; float: right; &amp;nbsp; } &amp;lt;/style&amp;gt; &amp;lt;script&amp;gt;var dojoConfig = { parseOnLoad: true };&amp;lt;/script&amp;gt; &amp;lt;script src="http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/"&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;script&amp;gt; &amp;nbsp; dojo.require("dijit.layout.BorderContainer"); &amp;nbsp; dojo.require("dijit.layout.ContentPane"); &amp;nbsp; dojo.require("esri.map"); &amp;nbsp; dojo.require("esri.layers.GeoRSSLayer"); &amp;nbsp;&amp;nbsp; &amp;nbsp; var map; &amp;nbsp; function init() { &amp;nbsp;&amp;nbsp;&amp;nbsp; var ext = new esri.geometry.Extent({"xmin":-13112658,"ymin":5168591,"xmax":-11466510,"ymax":6145762,"spatialReference":{"wkid":102100}}); &amp;nbsp;&amp;nbsp;&amp;nbsp; map = new esri.Map("map",{ extent: ext }); &amp;nbsp;&amp;nbsp;&amp;nbsp; var basemap = new esri.layers.ArcGISTiledMapServiceLayer("http://services.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer"); &amp;nbsp;&amp;nbsp;&amp;nbsp; map.addLayer(basemap); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; esri.config.defaults.geoRSSService = "http://www.arcgis.com/sharing/rss";&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; var georssUrl = "http://dl.dropbox.com/u/2654618/data-mixed.xml"; &amp;nbsp;&amp;nbsp;&amp;nbsp; // other examples of GeoRSS feeds: &amp;nbsp;&amp;nbsp;&amp;nbsp; // var georssUrl = "http://geocommons.com/overlays/188692.atom"; // U.S. Breweries in 2009 http://geocommons.com/overlays/188692 &amp;nbsp;&amp;nbsp;&amp;nbsp; // var georssUrl = "http://geocommons.com/overlays/116926.atom"; // S.F. and East Bay Breweries http://geocommons.com/overlays/116926 &amp;nbsp;&amp;nbsp;&amp;nbsp; var georss = new esri.layers.GeoRSSLayer(georssUrl);&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; map.addLayer(georss); &amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.connect(georss, "onLoad", function() { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.style(dojo.byId("loading"), "display", "none"); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // create an info template &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var template = new esri.InfoTemplate("${name}", "${description}"); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // set the info template for the feature layers that make up the GeoRSS layer &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // the GeoRSS layer contains one feature layer for each geometry type &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var layers = georss.getFeatureLayers(); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.forEach(layers, function(l) { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l.setInfoTemplate(template); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }); &amp;nbsp;&amp;nbsp;&amp;nbsp; }); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.connect(map, "onLoad", function() {&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //resize the map when the browser resizes &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.connect(dijit.byId("map"), "resize", map,map.resize); &amp;nbsp;&amp;nbsp;&amp;nbsp; }); &amp;nbsp; } &amp;nbsp; dojo.ready(init); &amp;lt;/script&amp;gt; &amp;lt;/head&amp;gt;&amp;nbsp; &amp;lt;body class="tundra"&amp;gt; &amp;lt;div data-dojo-type="dijit.layout.BorderContainer"&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-dojo-props="design:'headline',gutters:false"&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style="width: 100%; height: 100%; margin: 0;"&amp;gt; &amp;nbsp; &amp;lt;div id="map"&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-dojo-type="dijit.layout.ContentPane"&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-dojo-props="region:'center'"&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="meta"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span id="loading"&amp;gt;&amp;lt;img src="http://dl.dropbox.com/u/2654618/loading_black.gif" /&amp;gt;&amp;lt;/span&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h3&amp;gt;Display GeoRSS on a map&amp;lt;/h3&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br /&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The map displays a simple GeoRSS file with points, lines and polygons.&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div&amp;gt; &amp;nbsp; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt;???&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 14:27:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252148#M23336</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-09-26T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252149#M23337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Question for ESRI - will the proxy components become part of AGS for those of us who have licenses and run local installs?&amp;nbsp; (obviously the JS API will need to know which proxy to use if this does happen)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understand it, the services that convert KML -&amp;gt; JSON and GeoRSS -&amp;gt; JSON are part of &lt;/SPAN&gt;&lt;A href="http://www.esri.com/software/arcgis/portal-for-arcgis"&gt;Portal&lt;/A&gt;&lt;SPAN&gt; and are available to run on your local Intranet when you purchase a license for Portal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 14:30:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252149#M23337</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-09-26T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252150#M23338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As I understand it, the services that convert KML -&amp;gt; JSON and GeoRSS -&amp;gt; JSON are part of &lt;A href="http://www.esri.com/software/arcgis/portal-for-arcgis"&gt;Portal&lt;/A&gt; and are available to run on your local Intranet when you purchase a license for Portal.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the info, seems a pity not to have the functionality available in AGS though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that config setting (esri.config.defaults.geoRSSService) 'official'? (can't see it in the docs)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is, it means that we could implement our own proxies for these layer types which would be very useful for those who can't, or don't want to, purchase Portal &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 14:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252150#M23338</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-26T14:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252151#M23339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Is that config setting (esri.config.defaults.geoRSSService) 'official'? (can't see it in the docs)&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We didn't doc it because the GeoRSS layer populates it automatically. The issue we're having now is that the GeoRSS layer is looking for the GeoRSS service at a URL that doesn't exist. This is what we're looking into fixing... hopefully the GeoRSS service will be at a URL expected by the GeoRSS service shortly. And then you won't have to manually populate this config option.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 14:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252151#M23339</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-09-26T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252152#M23340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;And then you won't have to manually populate this config option.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Could I make a request that you retain the ability for us to override the automatic URI so that we can use our own proxy services?&amp;nbsp; (would help people who run sites on networks with no access to your Internet servers or people who need to provide SLA-type agreements to their clients and cannot rely on third party resources etc. etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't looked at it yet, but do you know a way that we can do this with some of the stuff in esri.arcgis.Portal?&amp;nbsp; (I realise the intention is to hook up to a real 'Portal' but perhaps there's a second unintentional use case &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 18:09:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252152#M23340</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-26T18:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252153#M23341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're on your own there. That being said, it's all JavaScript, nothing's stopping you from clobbering whatever you like.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 20:04:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252153#M23341</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-09-26T20:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252154#M23342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all your replies. The fix works as expected. In addition, the entire thread answered a lot of questions I had around using GeoRSS for displaying a customized layer on top of a Base Map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 04:49:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252154#M23342</guid>
      <dc:creator>ManishGonsalves</dc:creator>
      <dc:date>2012-09-27T04:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252155#M23343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You're on your own there. That being said, it's all JavaScript, nothing's stopping you from clobbering whatever you like.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course and it looks like we'll have no other choice here, would be nice not to have to resort to that. (again)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be clear, you're saying that, officially:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;The only way to use the KML and GeoRSS layers will be through this hard-coded online service&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Even people who have their own purchased installation of Portal won't be able to point the layers at it&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;People who have internally hosted datasets that they cannot put on a forward-facing system will not be able to use those layers&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;There are no plans to provide an alternative approach&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 08:22:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252155#M23343</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-27T08:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252156#M23344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for all your replies. The fix works as expected. In addition, the entire thread answered a lot of questions I had around using GeoRSS for displaying a customized layer on top of a Base Map.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad we could help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:45:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252156#M23344</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-09-27T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252157#M23345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;The only way to use the KML and GeoRSS layers will be through this hard-coded online service&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Our KMLLayer and GeoRSSLayer are not the only way, but they're the simplest, most straightforward way and it's what we recommend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Even people who have their own purchased installation of Portal won't be able to point the layers at it&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No, I said the opposite of that:&amp;nbsp; if you purchase Portal, it includes these services and you do &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;not&lt;/SPAN&gt;&lt;SPAN&gt; need to use the KML and GeoRSS utility services hosted by Esri as you will have your own services running on your intranet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:49:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252157#M23345</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-09-27T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252158#M23346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Our KMLLayer and GeoRSSLayer are not the only way, but they're the simplest, most straightforward way and it's what we recommend.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No, I said the opposite of that:&amp;nbsp; if you purchase Portal, it includes these services and you do &lt;SPAN style="font-style:italic;"&gt;not&lt;/SPAN&gt; need to use the KML and GeoRSS utility services hosted by Esri as you will have your own services running on your intranet.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I should have been more specific earlier, I'll try again:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If we do have a local Portal install how do we point the JS API at it?&amp;nbsp; (so that the KML and GeoRSS layers use it, which settings do we change?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 18:22:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252158#M23346</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-27T18:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252159#M23347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I should have been more specific earlier, I'll try again:&lt;BR /&gt;&lt;BR /&gt;If we do have a local Portal install how do we point the JS API at it?&amp;nbsp; (so that the KML and GeoRSS layers use it, which settings do we change?)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good point. We'll likely end up doc'ing these config settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, the service URL on arcgis.com has been updated so no need to use the work around I posted previously and the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/layers_georss.html"&gt;GeoRSS Layer sample&lt;/A&gt;&lt;SPAN&gt; is working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 04:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252159#M23347</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-09-28T04:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: GeoRSS examples not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252160#M23348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Good point. We'll likely end up doc'ing these config settings.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response, yep, that's what I was getting at - that's good news &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 07:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/georss-examples-not-working/m-p/252160#M23348</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-28T07:19:13Z</dc:date>
    </item>
  </channel>
</rss>

