Sort
Geospatial queries
At some point we'll need to support geospatial queries
Pointers :
- Turf.js | Advanced geospatial analysis
- GitHub - dpmcmlxxvi/de9im: DE-9IM spatial predicate library implemented in Javascript.
- GitHub - dpmcmlxxvi/pouchdb-geospatial: PouchDB geospatial query plugin.
- R-tree - Wikipedia
- Spatial database - Wikipedia
- Geocode - Wikipedia
- point of interest - query CouchDB to get poi within a certain radius - Stack Overflow
Use all the possibilities of the GPX format
The GPX format allows much more than what is currently used by most of (if not all) the geographic applications.
A GPX file can include waypoints, routes and tracks and could be used for instance as a container for a hike with:
- waypoints for POIs
- one or more routes (a main one and some variants for instance and/or several legs)
- one or more tracks (several runs by the same or different hikers, several legs, ...)
To take advantage of these features, our components and the database indexes should follow the same structure.
Pointers:
Debugging tools
There is a need for debugging tools:
- working disconnected from the chrome devtools (on the field)
- complementing these tools (for instance to work with PouchDB)