nc-gpxedit/README.md

82 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

2018-10-01 16:30:31 +00:00
# GpxEdit Nextcloud application
2016-11-30 19:00:03 +00:00
2018-01-15 13:36:13 +00:00
[![Build status](https://gitlab.com/eneiluj/gpxedit-oc/badges/master/build.svg)](https://gitlab.com/eneiluj/gpxedit-oc/commits/master)
2018-01-15 17:00:47 +00:00
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/gpxedit/localized.svg)](https://crowdin.com/project/gpxedit)
2018-01-15 13:36:13 +00:00
2018-10-01 16:30:31 +00:00
Simple Nextcloud app to load, edit and save GPX files on an interactive map.
You can load/save files from your Nextcloud file storage.
2017-01-18 20:21:55 +00:00
GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files are loaded as waypoints.
2017-06-27 12:14:55 +00:00
Files can be loaded in GpxEdit interface or in Files app.
2016-12-02 15:38:07 +00:00
2018-02-10 15:15:37 +00:00
Go to [GpxEdit Crowdin project](https://crowdin.com/project/gpxedit) if you want to help to translate this app in your language.
2016-12-02 15:38:07 +00:00
This is not a perfect GPX editor.
2016-12-08 18:11:36 +00:00
What's saved :
2017-06-27 12:14:55 +00:00
- metadata
- name
- link url
- link text
2016-12-08 18:11:36 +00:00
- tracks
- name
- comment
- description
- points
- coordinates
- elevation (just preserves loaded values)
- time (just preserves loaded values)
2016-12-08 18:11:36 +00:00
- waypoint
- coordinates
- name
- comment
- description
- symbol
- elevation (just preserves loaded value)
2016-12-16 01:39:12 +00:00
- time (just preserves loaded values)
2016-12-08 18:11:36 +00:00
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.
2017-06-27 12:14:55 +00:00
There is an "approximate" option to set elevation to new points if surrounding points have elevation data.
2016-12-02 15:38:07 +00:00
2016-12-16 01:39:12 +00:00
Tracks are saved with one segment (trkseg tag).
2016-12-02 15:38:07 +00:00
GpxEdit :
- allows you to add extra symbols in admin settings (section : additional)
2016-12-02 15:38:07 +00:00
- works with server-side encryption.
- works with shared files.
- loads GPX, KML, unicsv CSV, geotagged JPG files (no more Gpsbabel dependency)
2016-12-08 18:11:36 +00:00
- loads tracks, routes and waypoints
- saves tracks, routes and waypoints
2016-12-08 18:11:36 +00:00
- supports waypoint symbols
2017-05-09 14:46:21 +00:00
- uses [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/Leaflet.draw.plus) amazing plugins
2016-12-02 15:38:07 +00:00
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
- adds possibility to edit .gpx files directly from the "Files" app
2017-05-09 14:46:21 +00:00
- is able to cut lines in two
2018-10-01 16:30:31 +00:00
This app is tested on Nextcloud 14 with Firefox and Chromium.
2016-12-02 15:38:07 +00:00
2016-11-30 19:00:03 +00:00
Any feedback will be appreciated.
2017-01-18 20:21:55 +00:00
## Donation
2018-12-09 19:42:32 +00:00
I develop this app during my free time.
* [Donate with Paypal : <img src="https://gitlab.com/eneiluj/gpxpod-oc/wikis/uploads/6e360ae31aa5730bfc1362e88ae791f9/paypal-donate-button.png" width="80"/>](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66PALMY8SF5JE) (you don't need a paypal account).
* [Donate with Liberapay : ![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/eneiluj/donate)
2017-01-18 20:21:55 +00:00
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
2017-01-18 21:05:28 +00:00
## Releases
[Here](https://gitlab.com/eneiluj/gpxedit-oc/wikis/home#releases) are the GpxEdit releases.
2017-01-18 20:21:55 +00:00
## 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/)