88 lines
3.4 KiB
XML
88 lines
3.4 KiB
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>gpxedit</id>
|
|
<name>GpxEdit</name>
|
|
<description>
|
|
# GpxEdit owncloud/nextcloud application
|
|
|
|
Simple Owncloud/Nextcloud app to load, edit and save GPX files on an interactive map.
|
|
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.
|
|
|
|
What's saved :
|
|
- tracks
|
|
- name
|
|
- comment
|
|
- description
|
|
- points
|
|
- coordinates
|
|
- elevation (just preserves loaded values)
|
|
- time (just preserves loaded values)
|
|
- waypoint
|
|
- coordinates
|
|
- name
|
|
- comment
|
|
- description
|
|
- symbol
|
|
- elevation (just preserves loaded value)
|
|
- time (just preserves loaded values)
|
|
|
|
GpxEdit does load/save time data.
|
|
Elevation data is loaded and saved but every new waypoint/track/trackpoint added by user actions in GpxEdit will have neither elevation nor time data.
|
|
|
|
Tracks are saved with one segment (trkseg tag).
|
|
|
|
If you look for 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 :
|
|
- allow you to add extra symbols in admin settings (section : additional)
|
|
- works with server-side encryption.
|
|
- works with shared files.
|
|
- loads GPX, KML, unicsv CSV, geotagged JPG files
|
|
- loads tracks, routes and waypoints
|
|
- saves tracks, routes 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
|
|
|
|
Any feedback will be appreciated.
|
|
|
|
If you want to help to translate this app in your language, take the english=>french files in "l10n" directory as examples.
|
|
|
|
</description>
|
|
<licence>AGPL</licence>
|
|
<summary>Simple GPX file editor</summary>
|
|
<author>Julien Veyssier</author>
|
|
<version>0.0.3</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/01955c60c4605a92c68dd5617b0703c0/gpxedit.gif</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>
|
|
<settings>
|
|
<admin>OCA\GpxEdit\Settings\Admin</admin>
|
|
</settings>
|
|
</info>
|