Nextcloud app to create/edit GPX files
 
 
 
 
 
 
Go to file
Julien Veyssier b79e5e40a3 New translations gpxedit.pot (French) 2017-11-22 09:35:38 +00:00
appinfo bump to 0.0.8 2017-08-27 19:00:59 +02:00
controller correct osm france options 2017-09-27 00:09:37 +02:00
css adapt style to NC theme 2017-11-04 12:10:49 +01:00
img change favicon foreground color 2017-03-21 17:06:56 -03:00
js adapt style to NC theme 2017-11-04 12:10:49 +01:00
l10n New translations gpxedit.pot (French) 2017-11-22 09:35:38 +00:00
lib/Settings add support for owncloud 10 admin settings 2017-06-07 14:20:15 +02:00
templates refs #34 add 'unit' option 2017-08-31 15:50:10 +02:00
tools add checkTranslations script and update all french translations 2017-05-05 02:19:38 +02:00
AUTHORS.md gpxedit on the rails 2016-11-30 20:00:03 +01:00
CHANGELOG.md update CHANGELOG 2017-08-31 16:21:02 +02:00
COPYING gpxedit on the rails 2016-11-30 20:00:03 +01:00
README.md 0.0.7 2017-06-27 14:14:55 +02:00
crowdin.yml Update Crowdin configuration file 2017-11-10 15:16:29 +00:00
makefile 0.0.7 2017-06-27 14:14:55 +02: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. 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 and 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. 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 :