koopjs / koop-opendata

ArcGIS Open Data provider for Koop (experimental).
Apache License 2.0
4 stars 2 forks source link

Add support for ArcGIS Online Search #9

Open ajturner opened 9 years ago

ajturner commented 9 years ago

This would be extremely powerful if it (or better yet another plugin) called to ArcGIS online.

`/arcgis-online/search/FeatureServer/0/query?text=crime&geometry=..."

that would be a huge boon to people that want a map search to Online.

dmfenton commented 9 years ago

Yeah, I definitely see this as it's own provider. The structure of the code will be the same, but we'll have to change a lot of the method implementations. Should be pretty Straightforward :tm:. I'll take a look at it in the next few weeks.