Creating sites map

Would an approach like this work for you?

  1. Create your list of sites elsewhere (QGIS/OSM/Google maps etc) and export their coordinates and labels plus any other information fields
  2. Store this data as a GeoJSON/CSV/choices list
  3. Add a select_one with map appearance question to your form, this will bring up a map with all the sites as map pins, the team members can then select the pins, view the name/label/details and save/select the one they want.
  4. Use pulldata or instance to retrieve the coordinates from the list of sites for the chosen location
  5. Send the selected location to an external application to get directions from current location.

This post has a sample form where you can pick a location and it will use maps.me to navigate there. It predates the select from a map, but could be modified.

You could also use google maps / OSM in the same manner

@LN I had a quick shot at updating your example to add geometry and to use the maps appearance, works once you add a choice filter otherwise the points exist but don't display (Choices: 4 (0 shown on map) at bottom left), but it failed to launch maps.me (it's installed and the folder is com.mapswithme.maps.pro on the tablet which matches the appearance string - assume the format of the action has changed?

The requested application is missing. Please manually enter the reading

wayfinding_v2.xlsx (15.1 KB)

4 Likes