Using javascript API 4.0 to load a webmap containing georss layer

1696
2
Jump to solution
06-15-2016 10:34 AM
StevenKimler
New Contributor

Hello all,

I'm trying to use the ArcGIS Javascript API 4.0 to load a webmap that contains a layer that loads a GeoRSS file. The file contains earthquake data, obtained from this link. Viewing the webmap through ArcGIS Online, I'm able to see the various points load up correctly. However, when I try to load the same webmap using the Javascript API, I only see the basemap but without the GeoRSS layer.

My test case is very simple, and I even tried altering the example sandbox code here to just use my webmap ID instead. The same problem occurs, with the basemap loading but not the layer using the data from the georss xml file. Is this a bug, or am I missing something on the setup of the webmap, or something extra within the javascript?

Any input or suggestions is greatly appreciated!

Thanks

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Steven,

  If you check the 4.0 matrix Functionality matrix | ArcGIS API for JavaScript 4.0

GeoRSS support is coming soon

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Steven,

  If you check the 4.0 matrix Functionality matrix | ArcGIS API for JavaScript 4.0

GeoRSS support is coming soon

0 Kudos
StevenKimler
New Contributor

Ahh yes, I've reviewed some of that matrix previously, can't believe I missed this!

Thank you for the quick response.

0 Kudos