ODK 2 Map view and list filtering

Hi,

How can I get the event when I click on a point in the map in order to filter my list of data?

Thanks!

Hi,

When an item is selected from the map, Tables triggers a JS callback. Information about the point clicked is passed to the callback.

The geotagger form provided in app-designer has an example of how to do this. See geo_list.js in particular.