aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-01-18 14:33:30 +0000
committerArseniy Movshev <dodoradio@outlook.com>2023-01-18 14:33:30 +0000
commit38d6e68a153061917672af697d1d12f4755387ee (patch)
tree63dfda2505ece030a0182567d3e24a7321c00fe6
parent03bf14b9d70f10e404700de798845e3b2a4b2efe (diff)
Update README to reflect current feature set
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 74d8e9d..d9f4b9d 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
# 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.
+# Features
+- Zoom and centre your position with the tap of a button
+- Multiple compass modes to help you get your bearings
+- Set, label and edit waypoints to mark points of interest
+
# Planned features and ideas for implementing them
-- Buttons for zoom and centering view on the user.
-- Manual caching/downloading of map tiles - A useful feature for going offline. The qt
-- Waypoints - save a location, some text, an icon?
+- 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 on watch?
+- Some sort of navigation system on watch?