summaryrefslogtreecommitdiff
path: root/README.md
blob: 15f655bbba595d48c8ce8316fbfb23edd11f8fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Asteroid Map
A map app for AsteroidOS. Depends on Qt5 and qml-asteroid. Aims to provide a useful map app optimised for small and round displays, and devices with limited connectivity.

# Usage
- Zoom with buttons instead of pinch-to-zoom.
- Center your view by pressing the 'target' button (after forcing GPS in settings).
- Multiple compass modes to help you get your bearings. Tap to switch between compass indicator and map bearing, reset with a long press.
- Set waypoints to mark areas of interest with a selectable icon. Tap to edit or delete waypoints.

# Planned features and ideas for implementing them
- Manual caching/downloading of map tiles - A useful feature for going offline. The plugin already has automatic caching, but it might be worth exposing this to the user.
- Importing navigation routes - perhaps sending these over from a paired device as GPX, or something else. Probably way off in the future.
- Some sort of navigation system running directly on the watch.