https://github.com/pke/tracly-app-test
https://github.com/pke/tracly-app-test
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pke/tracly-app-test
- Owner: pke
- Created: 2020-01-28T19:28:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T19:37:01.000Z (over 5 years ago)
- Last Synced: 2025-02-10T03:28:41.043Z (8 months ago)
- Language: JavaScript
- Homepage: https://tracly-app-test.now.sh
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tracly app test
Check out the [Live demo](https://tracly-app-test.now.sh/).
## Install
`npm ci`
## Running
`npm run dev`
open `http://localhost:1234`
## Used technologies
* reactjs (with hooks)
* leaflet for map display
* parceljs as bundler## Issues
### Leaflet
It seems this library is still not usable in a fine grained ES6 like manner.
Several issues about that are still open. I think its about time to break
backward compatibility with a semantically correct versioned 2.0 that supports
ES module imports. This will break all plugins that rely on `L` exposed in the
global namespace.## Features
The app stores the track points in local storage so they are not lost when
navigating from the app's page (like when viewing the GPX output).## Possible Enhancements
* [x] Drag & Drop in track point list
* [x] Add feedback links
* [x] Add privacy policy and allow to clear local storage
* [x] Undo
* [ ] Redo
* [ ] ResetTrackDialog could be embedded into ResetTrackButton as its not used somewhere else
* [ ] Remove "Reset" confirm dialog. With undo its no longer required.
* [ ] Export map as image
* [ ] Split path when clicked on it
* [ ] Add elevation display for the track## License
MIT