nc-gpxedit/appinfo/info.xml

116 lines
4.4 KiB
XML

<?xml version="1.0"?>
<info>
<id>gpxedit</id>
<name>GpxEdit</name>
<description>
# GpxEdit Nextcloud application
# GpxEdit Owncloud application
Simple Nextcloud app to load, edit and save GPX files on an interactive map.
Simple Owncloud app to load, edit and save GPX files on an interactive map.
You can load/save files from your Nextcloud file storage.
You can load/save files from your Owncloud file storage.
GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files are loaded as waypoints.
Files can be loaded in GpxEdit interface or in Files app.
This is not a perfect GPX editor.
What's saved :
- metadata
- name
- link url
- link text
- 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.
There is an "approximate" option to set elevation to new points if surrounding points have elevation data.
Tracks are saved with one segment (trkseg tag).
GpxEdit :
- allows 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 (no more Gpsbabel dependency)
- loads tracks, routes and waypoints
- saves tracks, routes and waypoints
- supports waypoint symbols
- uses [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/Leaflet.draw.plus) amazing plugins
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
- uses JQuery
- adds possibility to edit .gpx files directly from the "Files" app
- is able to cut lines in two
This app is tested on Owncloud 10 with Firefox and Chromium.
This app is tested on Nextcloud 11 and 12 with Firefox and Chromium.
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
or launch a little python tool i wrote :
```
cd /path/to/gpxedit
./tools/checkTranslations.py LANGUAGE ./ gpxedit
```
## Donation
I develop this app during my free time. You can make a donation to me on Paypal. [There is a donation link HERE](https://gitlab.com/eneiluj/gpxedit-oc#donation) (you don't need a paypal account)
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
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/)
</description>
<licence>AGPL</licence>
<summary>Simple GPX file editor</summary>
<author>Julien Veyssier</author>
<version>0.0.8</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/428415bd2cd22b8e74230730786e9551/ed1.png</screenshot>
<screenshot>https://gitlab.com/eneiluj/gpxedit-oc/uploads/c01709a10880a64815ca783fcf574169/ed2.png</screenshot>
<dependencies>
<php min-version="5.6"/>
<owncloud min-version="9.0" max-version="10.9" />
<nextcloud min-version="9.0" max-version="12.9"/>
</dependencies>
<settings>
<admin>OCA\GpxEdit\Settings\Admin</admin>
</settings>
</info>