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

added field names to lat/long arrays #2

Closed friendde closed 9 years ago

friendde commented 9 years ago

When using the Add XY Coordinates geoprocessing tool in ArcGIS, the GP tool adds two fields with the default names being Point_X and Point_Y. Having these field names in your widget by default may be useful to others when running scripts in ArcGIS and then using this widget. I forgot to add the new field names in the array manually. The GP tool I am referencing can be found in ArcMap or ArcCatalog (ArcToolBox -> Data Management Tools -> Features - Add XY Coordinates).

I know this is very minor change.....

BrianBunker commented 9 years ago

Thanks! Even small changes are appreciated.