BrianBunker / cmv-widgets

Widgets based on the Esri jsapi, configured for the Configurable Map Viewer. Widgets include Drag and Drop, Goto, Map Navigation Hash, and Nearby.
https://brianbunker.github.com/cmv-widgets
MIT License
18 stars 24 forks source link

Generate Operation #9

Closed faridcher closed 9 years ago

faridcher commented 9 years ago

Does the Generate operation (to create feature collection from csv file,...) work with ArcGis server Installation? Or it needs portal for ArcGis? I need to replace sample link! with my Local server. Thanks

BrianBunker commented 9 years ago

It could work with ArcGIS Server, but you'll need to write a Geoprocessing script to convert the tabular data to features. Another possibility is updating the widget code to do the table to feature conversion in the front-end. The current drag and drop CSV example on the JSAPI example site uses this workflow.