GeoRSSLayer
Explore in the sandboxView live
This sample uses the GeoRSSLayer to display a sample GeoRSS feed containing one point and one polygon.
This sample uses the GeoRSSLayer to display a sample GeoRSS feed containing one point and one polygon.
// Point to the rss feed url
var layer = new GeoRSSLayer({
url: "https://arcgis.github.io/arcgis-samples-javascript/sample-data/layers-georss/sample-georss.xml"
});