mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-02-12 16:52:51 +00:00
bump version, add roadmap
This commit is contained in:
@@ -26,7 +26,7 @@ const double kAddPinYOffset = 0.0;
|
||||
|
||||
// Client name and version for OSM uploads ("created_by" tag)
|
||||
const String kClientName = 'FlockMap';
|
||||
const String kClientVersion = '0.8.10';
|
||||
const String kClientVersion = '0.9.4';
|
||||
|
||||
// Marker/camera interaction
|
||||
const int kCameraMinZoomLevel = 10; // Minimum zoom to show cameras or warning
|
||||
|
||||
20
roadmap.txt
Normal file
20
roadmap.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
Needed:
|
||||
- 1000 camera warning threshold
|
||||
- website update
|
||||
- "tiles loaded" when they objectively are not?
|
||||
- "OSM tiles slow" when it's not OSM?
|
||||
- optional icon for camera profiles
|
||||
- improve marker - use nullplate's? https://github.com/FoggedLens/deflock/blob/master/webapp/public/map-icon.svg
|
||||
- clean up the cache once submitted changesets appear in results from overpass
|
||||
|
||||
Future Features:
|
||||
- operator profiles (addl tags that get set if selected)
|
||||
- "announce" mode that says something when we're approaching a camera as a notification
|
||||
- different color ring if only match generic profiles? (Missing tags indicator)
|
||||
- iOS/Android themes? Dark mode at least?
|
||||
- special "cache accumulating" offline area - maybe enable/disable, clear, selectable max zoom level? (Size estimate per sq. mi.)
|
||||
- jump to location from by coords, address, POI name?
|
||||
- Navigation, avoiding flock cameras
|
||||
- custom camera providers; osm/overpass alternatives
|
||||
- offline areas as a map tile provider??!?!?!11!!! D= !! :D
|
||||
Reference in New Issue
Block a user