add descriptions

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
merge-requests/54/head v0.0.13
Julien Veyssier 2020-02-16 15:37:37 +01:00
parent 260f04c1d0
commit 9f1c0d64bc
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
68 changed files with 2176 additions and 0 deletions

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# Application Nextcloud GpxEdit
Application Nextcloud simple pour charger, éditer et enregistrer des fichiers GPX sur une carte interactive. Vous pouvez charger/enregistrer des fichiers depuis votre stockage de fichiers Nextcloud. GPX, KML, CSV (format unicsv) et JPG géotaggué sont pris en charge pour le chargement. Les fichiers JPG sont chargés en tant que waypoints. Les fichiers peuvent être chargés dans l'interface GpxEdit ou dans l'application Fichiers.
Allez sur [le projet GpxEdit sur Crowdin](https://crowdin.com/project/gpxedit) si vous voulez aider à traduire cette application dans votre langue.
Ce n'est pas un éditeur GPX parfait.
Ce qui est sauvegardé :
- métadonnées
- nom
- url du lien
- texte du lien
- traces
- nom
- commentaire
- description
- points
- coordonnées
- altitude (conserve seulement les valeurs chargées)
- temps (conserve seulement les valeurs chargées)
- waypoint
- coordonnées
- nom
- commentaire
- description
- symbole
- altitude (conserve seulement les valeurs chargées)
- temps (conserve seulement les valeurs chargées)
GpxEdit charge/sauve les données temporelles. Les données d'altitude sont chargées et enregistrées, mais chaque nouveau waypoint/track/trackpoint ajouté par les actions de l'utilisateur dans GpxEdit n'aura ni altitude ni données temporelles. Il y a une option « approximative » pour définir l'altitude à de nouveaux points si les points environnants ont des données d'altitude.
Les traces sont enregistrées avec un segment (balise trkseg).
GpxEdit :
- vous permet d'ajouter des symboles supplémentaires dans les paramètres d'administration (section : paramètres additionnels)
- fonctionne avec le chiffrement côté serveur.
- fonctionne avec des fichiers partagés.
- charge des fichiers GPX, KML, unicsv CSV, JPG géotaggés (il n'y a plus de dépendance à Gpsbabel)
- charge les traces, les routes et les waypoints
- enregistre les traces, les routes et les waypoints
- prend en charge les symboles de waypoint
- utilise les remarquables plugins Leaflet [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) et [Leaflet.draw.plus](https://github.com/Dominique92/Leaflet.draw.plus)
- utilise beaucoup d'autres plugins Leaflet comme Minimap, Sidebar2, MeasureControl, MousePositionControl
- ajoute la possibilité d'éditer les fichiers .gpx directement depuis l'application "Fichiers"
- est capable de couper des lignes en deux
Cette application est testée sur Nextcloud 14 avec Firefox et Chromium.
Tout retour sera apprécié.
## Installation
Voir l' [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) pour les détails sur l'installation.
## Alternatives
Si vous cherchez des éditeurs GPX plus puissants, jetez un coup d'œil à :
- [Viking](https://sourceforge.net/projects/viking/) qui est le meilleur à mon avis
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Éditeur simple de fichiers GPX

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor

View File

@ -0,0 +1,63 @@
# GpxEdit Nextcloud application
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](https://crowdin.com/project/gpxedit) 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](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/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.
## Installation
Check the [AdminDoc](https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc) for installation details, integration in "Files" app and GpxEdit admin settings.
## Alternatives
If you look for more powerfull GPX editors, take a look at :
- [Viking](https://sourceforge.net/projects/viking/) which is the best IMHO
- [QLandKarteGT](https://bitbucket.org/kiozen/qlandkarte-gt)
- [QMapShack](https://bitbucket.org/maproom/qmapshack/wiki/Home)
- [JOSM](https://josm.openstreetmap.de/)

View File

@ -0,0 +1 @@
Simple GPX file editor