-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Koop Adapter: GeoRSS provider #106
Comments
@ajturner this is superseded by a newer issue with more detail/discussion, close? |
@slibby Yeah it was brought up yesterday - https://github.com/Esri/koop/issues/185 @ajturner replied in an email that it might make more sense to create a custom layer in the JSAPI that could render GeoRSS (if the motivation is purely just to render a georss layer on a map) |
FYI... @ajturner you can add GeoRSS to a web map now, and I believe change the render. |
@astauffer and it's all client side? I saw that upcoming WFS layer is client side - very similar XML, so hopefully that's the case. |
Thanks @astauffer that confirms what I was saying. The current GeoRSS implementation requires reflecting to a Server-side query to convert the XML into a feature collection. I think this was the instigation for @mhogeweg question If you watch the network log of the example
/cc @jbartley |
If the georss needs to hit utlity as a proxy, wouldn't a georss provider for koop essentially do the exact same thing? |
Indeed - we are mixing streams of conversation and that's confusing. This particular issue was a suggestion 6-months ago that was referenced from a request by Marten. If it's in Koop then we can do all our standard format export, geohash, etc server side in Open data. |
Server-side processing is ok. Just not the dependency on ArcGIS online. When using portal for ArcGIS there is no reason to not have the utility service also be part of portal for ArcGIS
|
The GeoRSS reflector service works with online and portal for arcgis. Portal comes installed with the reflector service. |
@jbartley we run into situations at customer sites who want to display GeoRSS in a JS API application, but cannot use the online utility service that's in play. Portal for ArcGIS is not necessarily part of the solution, and the RSS feeds are not necessarily public. This is where a possible koop-based solution could help, unless there are ways to configure the JS API with a local utility service outside of the Portal context. |
small update. I've created a simple JS API layer for GeoRSS that displays (points only currently) items as clusters of points. it is based on a pre-existing cluster layer sample and handles both RSS and ATOM with GeoRSS elements. |
* Add provider-specific auth settings to rest/info response * Change function signatures and add test. * Update changelog.
It would be useful to have a Koop adapter for GeoRSS feeds.
For example: http://maps.cmpd.org/datafeeds/accidentsgeorss.ashx
The text was updated successfully, but these errors were encountered: