Nextcloud app to create/edit GPX files
 
 
 
 
 
 
Go to file
Jonas Letzbor 60a32057f8
Add compatibility to nc 29
2024-07-07 13:19:41 +02:00
appinfo Add compatibility to nc 29 2024-07-07 13:19:41 +02:00
ci CICI 2018-01-15 12:03:03 +01:00
css Add compatibility to nc 27 2023-07-24 22:54:58 +02:00
img update filetypes icon 2018-09-17 12:26:40 +02:00
js Fix search URL for locations 2023-09-08 16:15:23 +02:00
l10n add descriptions 2020-02-16 15:37:37 +01:00
lib Add compatibility to nc 29 2024-07-07 13:19:41 +02:00
templates remove some tabs 2018-11-08 16:31:32 +01:00
tests Add compatibility to nc 27 2023-07-24 22:54:58 +02:00
tools add checkTranslations script and update all french translations 2017-05-05 02:19:38 +02:00
translationfiles new translations from crowdin 2020-02-16 15:36:08 +01:00
.gitignore Add compatibility to nc 27 2023-07-24 22:54:58 +02:00
AUTHORS.md gpxedit on the rails 2016-11-30 20:00:03 +01:00
BUILD.md Add compatibility to nc 27 2023-07-24 22:54:58 +02:00
CHANGELOG.md bump max nc version to 17, v0.0.12 2019-10-13 18:57:07 +02:00
COPYING gpxedit on the rails 2016-11-30 20:00:03 +01:00
README.md 0.0.10 2018-12-09 20:42:32 +01:00
composer.json Add compatibility to nc 29 2024-07-07 13:19:41 +02:00
composer.lock Add compatibility to nc 27 2023-07-24 22:54:58 +02:00
crowdin.yml bump max nc version to 19, refresh translation management 2020-02-16 13:49:24 +01:00
makefile nothing 2021-06-25 15:42:34 +02:00
phpunit.xml CICI 2018-01-15 13:57:41 +01:00

README.md

GpxEdit Nextcloud application

Build status Crowdin

Simple Nextcloud app to load, edit and save GPX files on an interactive map. You can load/save files from your 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.

Go to GpxEdit Crowdin project if you want to help to translate this app in your language.

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
  • adds possibility to edit .gpx files directly from the "Files" app
  • is able to cut lines in two

This app is tested on Nextcloud 14 with Firefox and Chromium.

Any feedback will be appreciated.

Donation

I develop this app during my free time.

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 :