Scottish-Tech-Army / Soundscape-Android

This is the source for an Android version of the original iOS Soundscape app
https://scottish-tech-army.github.io/Soundscape-Android/
Other
2 stars 2 forks source link

Add markers and routes to database #144

Open davecraig opened 3 days ago

davecraig commented 3 days ago

We need to be able to add markers to a database, add import routes. The UI has been started and committed, but is lacking the backend at present. Once we have the database populated, then we should be able to query the Location Details of markers, and routes. Part of this work is the ability to import routes that have been exported from iOS. There's already GPX parsing code to do this, but it's not hooked up to anything other than tests.

Once this has been added, we should remove from the maps UI the long press for creating audio beacons. That was just for initial testing.