64 lines
2.9 KiB
XML
64 lines
2.9 KiB
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>gpxedit</id>
|
|
<name>GpxEdit</name>
|
|
<description>
|
|
# GpxEdit owncloud/nextcloud application
|
|
|
|
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.
|
|
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.
|
|
|
|
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.
|
|
|
|
If you want more powerfull GPX editors, take a look at :
|
|
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
|
|
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
|
|
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
|
|
- [JOSM](https://josm.openstreetmap.de/)
|
|
|
|
GpxEdit :
|
|
- works with server-side encryption.
|
|
- works with shared files.
|
|
- uses [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) amazing plugin
|
|
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
|
|
- uses JQuery
|
|
- uses [JQuery File Tree](https://github.com/jqueryfiletree/jqueryfiletree) amazing file tree library
|
|
|
|
Any feedback will be appreciated.
|
|
|
|
</description>
|
|
<licence>AGPL</licence>
|
|
<summary>Simple GPX file editor</summary>
|
|
<author>Julien Veyssier</author>
|
|
<version>0.0.2</version>
|
|
<namespace>GpxEdit</namespace>
|
|
<documentation>
|
|
<user>https://gitlab.com/eneiluj/gpxedit-oc/wikis/userdoc</user>
|
|
<admin>https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc</admin>
|
|
<developer>https://gitlab.com/eneiluj/gpxedit-oc/wikis/devdoc</developer>
|
|
</documentation>
|
|
<category>tool</category>
|
|
<category>multimedia</category>
|
|
<website>https://gitlab.com/eneiluj/gpxedit-oc</website>
|
|
<bugs>https://gitlab.com/eneiluj/gpxedit-oc/issues</bugs>
|
|
<screenshot>https://gitlab.com/eneiluj/gpxedit-oc/uploads/36c9bf5ef841d585b5f4365d85586d49/one.png</screenshot>
|
|
<screenshot>https://gitlab.com/eneiluj/gpxedit-oc/uploads/c062d8bcf995a9192f5e11702aa03710/two.png</screenshot>
|
|
<screenshot>https://gitlab.com/eneiluj/gpxedit-oc/uploads/c3aa82fe2cb18aa44eef9207c790838c/three.png</screenshot>
|
|
<dependencies>
|
|
<php min-version="5.6"/>
|
|
<owncloud min-version="9.0" max-version="10" />
|
|
<nextcloud min-version="9.0" max-version="11"/>
|
|
</dependencies>
|
|
<ocsid>174782</ocsid>
|
|
</info>
|