using Javascript API, how can comvine the CSV drag and drop example so that when I dropt the points in, it comes back with map of the points that lie withing extent of a multipoygon Gejson layer
Here is the point in extent example
https://developers.arcgis.com/javascript/3/jssamples/graphics_extent_query.html
Here is the drag drop example
https://developers.arcgis.com/javascript/3/jssamples/exp_dragdrop.html
In the drag drop example can I also use a webmap
Hi,
you need to compare geometries of input points with the source polygon features/graphics using GemetryEngine (Contains function)
https://developers.arcgis.com/javascript/3/jsapi/esri.geometry.geometryengine-amd.html#contains
Hope this helps!,
Adam
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.