Nextcloud app to create/edit GPX files
 
 
 
 
 
 
Go to file
Julien Veyssier 840406a82e refs #2 make marker style option change directly effective 2016-12-06 16:40:54 +01:00
appinfo close #4 add custom tile server management 2016-12-06 15:12:40 +01:00
controller close #4 add custom tile server management 2016-12-06 15:12:40 +01:00
css refs #2 add option to change marker style and tooltip visibility 2016-12-06 16:23:14 +01:00
img favicon, svg, cleanup 2016-12-01 17:04:32 +01:00
js refs #2 make marker style option change directly effective 2016-12-06 16:40:54 +01:00
l10n gpxedit on the rails 2016-11-30 20:00:03 +01:00
templates refs #2 add option to change marker style and tooltip visibility 2016-12-06 16:23:14 +01:00
AUTHORS.md gpxedit on the rails 2016-11-30 20:00:03 +01:00
CHANGELOG.md refs #2 add option to change marker style and tooltip visibility 2016-12-06 16:23:14 +01:00
COPYING gpxedit on the rails 2016-11-30 20:00:03 +01:00
README.md insert GpxEdit version number in <gpx> 'creator' attr 2016-12-05 13:19:46 +01:00
makefile gpxedit on the rails 2016-11-30 20:00:03 +01:00

README.md

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 :

GpxEdit :

  • works with server-side encryption.
  • works with shared files.
  • uses Leaflet.Draw amazing plugin
  • uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
  • uses JQuery
  • uses JQuery File Tree amazing file tree library

Any feedback will be appreciated.