I have a sql geodatabase that contains some 20,000 polygons.
This has been exposed as a georss feed using dot.net. The feed accepts max and min coordinates (via querystring) and then returns the appropriate subset.
I previously got this to work on google maps.
However, I prefer to use the esri javascript api but as I'm new to this I'm struggling.
I have used the "extent-onchange" event to get the bounds of the current window but I'm unsure of how to reload the georss feed.
Any help would be appreciated