Nextcloud app to create/edit GPX files
 
 
 
 
 
 
Go to file
Julien Veyssier d45aa4ca91 css compat nc11/nc12 2017-05-05 00:35:36 +02:00
appinfo 0.0.5 2017-04-05 02:07:30 +02:00
controller remove useless getAppPath in controllers 2017-04-01 02:33:05 -03:00
css css compat nc11/nc12 2017-05-05 00:35:36 +02:00
img change favicon foreground color 2017-03-21 17:06:56 -03:00
js bring layer to front on hover 2017-05-04 22:25:42 +02:00
l10n 0.0.5 2017-04-05 02:07:30 +02:00
lib/Settings missing french translations in admin settings 2016-12-15 19:45:22 +01:00
templates compact css grid 2017-05-05 00:15:53 +02:00
AUTHORS.md gpxedit on the rails 2016-11-30 20:00:03 +01:00
CHANGELOG.md bring layer to front on hover 2017-05-04 22:25:42 +02:00
COPYING gpxedit on the rails 2016-11-30 20:00:03 +01:00
README.md better error management when loading file 2017-03-26 19:37:51 -03:00
makefile add code signing in makefile 2017-03-18 02:09:10 -03: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 are 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).

GpxEdit :

  • allows you to add extra symbols in Nextcloud(*) admin settings (section : additional)
  • works with server-side encryption.
  • works with shared files.
  • loads GPX, KML, unicsv CSV, geotagged JPG files (requires Gpsbabel to convert files and import pictures)
  • 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
  • adds possibility to edit .gpx files directly from the "Files" app

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.

(*) : If you run Owncloud, you still can add extra symbols by putting png files in /path/to/owncloud/data/gpxedit/symbols/ folder.

Donation

I develop this app during my free time. You can make a donation to me on Paypal. Click HERE to make a donation (you don't need a paypal account)

Installation

Check the AdminDoc for installation details, integration in "Files" app and GpxEdit admin settings.

Releases

Here are the GpxEdit releases.

Alternatives

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