Nextcloud app to create/edit GPX files
 
 
 
 
 
 
Go to file
Julien Veyssier 20dace5880 better response for getExtraSymbol 2016-12-14 02:28:41 +01:00
appinfo admin settings : get, add, delete extra symbols OK 2016-12-13 02:01:47 +01:00
controller better response for getExtraSymbol 2016-12-14 02:28:41 +01:00
css adapt symbol size to container in selects 2016-12-13 18:03:25 +01:00
img favicon, svg, cleanup 2016-12-01 17:04:32 +01:00
js adapt symbol size to container in selects 2016-12-13 18:03:25 +01:00
l10n gpxedit on the rails 2016-11-30 20:00:03 +01:00
lib/Settings admin settings : get, add, delete extra symbols OK 2016-12-13 02:01:47 +01:00
templates admin settings text 2016-12-14 02:08:24 +01:00
AUTHORS.md gpxedit on the rails 2016-11-30 20:00:03 +01:00
CHANGELOG.md set getExtraSymbol public for GpxPod public pages 2016-12-14 02:09:01 +01:00
COPYING gpxedit on the rails 2016-11-30 20:00:03 +01:00
README.md now preserves time information loaded in waypoints/tracks/routes 2016-12-12 14:36:49 +01:00
makefile gpxedit on the rails 2016-11-30 20:00:03 +01:00

README.md

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 value)

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.

If you want more powerfull GPX editors, take a look at :

GpxEdit :

  • 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 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.

If you want to help to translate this app in your language, take the english=>french files in "l10n" directory as examples.