update README and info.xml

merge-requests/1/head
Julien Veyssier 2016-12-08 19:11:36 +01:00
parent c18d5873c1
commit dd48076c64
2 changed files with 50 additions and 12 deletions

View File

@ -3,17 +3,32 @@
If you want to help to translate this app in your language, take the english=>french files in "l10n" directory as examples.
Simple Owncloud/Nextcloud app to load, edit and save GPX file on an interactive map.
You can load/save file from your Owncloud/Nextcloud file storage.
You can load/save files from your Owncloud/Nextcloud file storage.
GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files will be loaded as waypoints.
There is a file explorer inside the app interface to select a file to load and a folder to save what is currently on the map.
This is not a perfect GPX editor.
**WARNING** GpxEdit does not load/save any time data, even if you loaded a gpx file which has time information. Keep that in mind if you overwrite a file.
Elevation data is loaded and saved but every new data added by GpxEdit will not have elevation or time data.
What's saved :
- tracks
- name
- comment
- description
- points
- coordinates
- elevation (just preserves loaded values)
- waypoint
- coordinates
- name
- comment
- description
- symbol
- elevation (just preserves loaded value)
Markers are saved as waypoints. Lines (polylines) are saved as tracks with one segment.
It is possible to set a name, description and comment for each marker and line in a popup.
These information are saved in the gpx file.
**WARNING** GpxEdit does not load/save any time data, even if you loaded a gpx file which has time information. Keep that in mind if you overwrite a file.
Elevation data is loaded and saved but every new data added by user actions in GpxEdit will have neither elevation nor time data.
Tracks are saved with one segment.
If you want more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
@ -24,6 +39,10 @@ If you want more powerfull GPX editors, take a look at :
GpxEdit :
- works with server-side encryption.
- works with shared files.
- loads GPX, KML, unicsv CSV, geotagged JPG files
- loads tracks, routes and waypoints
- saves tracks and waypoints
- supports waypoint symbols
- uses [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) amazing plugin
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
- uses JQuery

View File

@ -8,17 +8,32 @@
If you want to help to translate this app in your language, take the english=>french files in "l10n" directory as examples.
Simple Owncloud/Nextcloud app to load, edit and save GPX file on an interactive map.
You can load/save file from your Owncloud/Nextcloud file storage.
You can load/save files from your Owncloud/Nextcloud file storage.
GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files will be loaded as waypoints.
There is a file explorer inside the app interface to select a file to load and a folder to save what is currently on the map.
This is not a perfect GPX editor.
**WARNING** GpxEdit does not load/save any time data, even if you loaded a gpx file which has time information. Keep that in mind if you overwrite a file.
Elevation data is loaded and saved but every new data added by GpxEdit will not have elevation or time data.
What's saved :
- tracks
- name
- comment
- description
- points
- coordinates
- elevation (just preserves loaded values)
- waypoint
- coordinates
- name
- comment
- description
- symbol
- elevation (just preserves loaded value)
Markers are saved as waypoints. Lines (polylines) are saved as tracks with one segment.
It is possible to set a name, description and comment for each marker and line in a popup.
These information are saved in the gpx file.
**WARNING** GpxEdit does not load/save any time data, even if you loaded a gpx file which has time information. Keep that in mind if you overwrite a file.
Elevation data is loaded and saved but every new data added by user actions in GpxEdit will have neither elevation nor time data.
Tracks are saved with one segment.
If you want more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
@ -29,6 +44,10 @@ If you want more powerfull GPX editors, take a look at :
GpxEdit :
- works with server-side encryption.
- works with shared files.
- loads GPX, KML, unicsv CSV, geotagged JPG files
- loads tracks, routes and waypoints
- saves tracks and waypoints
- supports waypoint symbols
- uses [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) amazing plugin
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
- uses JQuery