update README and info.xml
parent
c18d5873c1
commit
dd48076c64
31
README.md
31
README.md
|
@ -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.
|
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.
|
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.
|
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.
|
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.
|
What's saved :
|
||||||
Elevation data is loaded and saved but every new data added by GpxEdit will not have elevation or time data.
|
- 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.
|
**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.
|
||||||
It is possible to set a name, description and comment for each marker and line in a popup.
|
Elevation data is loaded and saved but every new data added by user actions in GpxEdit will have neither elevation nor time data.
|
||||||
These information are saved in the gpx file.
|
|
||||||
|
Tracks are saved with one segment.
|
||||||
|
|
||||||
If you want more powerfull GPX editors, take a look at :
|
If you want more powerfull GPX editors, take a look at :
|
||||||
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
|
- [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 :
|
GpxEdit :
|
||||||
- works with server-side encryption.
|
- works with server-side encryption.
|
||||||
- works with shared files.
|
- 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 [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) amazing plugin
|
||||||
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
|
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
|
||||||
- uses JQuery
|
- uses JQuery
|
||||||
|
|
|
@ -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.
|
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.
|
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.
|
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.
|
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.
|
What's saved :
|
||||||
Elevation data is loaded and saved but every new data added by GpxEdit will not have elevation or time data.
|
- 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.
|
**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.
|
||||||
It is possible to set a name, description and comment for each marker and line in a popup.
|
Elevation data is loaded and saved but every new data added by user actions in GpxEdit will have neither elevation nor time data.
|
||||||
These information are saved in the gpx file.
|
|
||||||
|
Tracks are saved with one segment.
|
||||||
|
|
||||||
If you want more powerfull GPX editors, take a look at :
|
If you want more powerfull GPX editors, take a look at :
|
||||||
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
|
- [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 :
|
GpxEdit :
|
||||||
- works with server-side encryption.
|
- works with server-side encryption.
|
||||||
- works with shared files.
|
- 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 [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) amazing plugin
|
||||||
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
|
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
|
||||||
- uses JQuery
|
- uses JQuery
|
||||||
|
|
Loading…
Reference in New Issue