Loading...
Note: Support for 3D on mobile devices may vary, view the system requirements for more information.
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"
});
Tags
Loading...