From 5ba9a666c41e29116876c524c658d6b24c7596b9 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Tue, 27 Jun 2017 14:14:55 +0200 Subject: [PATCH] 0.0.7 --- CHANGELOG.md | 3 +++ README.md | 15 +++++++++++++-- appinfo/info.xml | 15 +++++++++++++-- makefile | 2 +- 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25daf2a..e823c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## 0.0.7 – 2017-06-27 ### Added - add option to approximate elevation of new point [#18](https://gitlab.com/eneiluj/gpxedit-oc/issues/18) @TheTiPi @@ -14,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [#22](https://gitlab.com/eneiluj/gpxedit-oc/issues/22) @a15n - add new metadata fields : track name, link url, link text [#26](https://gitlab.com/eneiluj/gpxedit-oc/issues/26) @manudinovi + [#30](https://gitlab.com/eneiluj/gpxedit-oc/issues/30) @manudinovi ### Changed - change way to cut lines, hover the middle marker and press Del diff --git a/README.md b/README.md index 5d831cb..6a3270f 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,15 @@ Simple Owncloud/Nextcloud app to load, edit and save GPX files on an interactive map. You can load/save files from your Owncloud/Nextcloud file storage. GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files are loaded as waypoints. -There is a file explorer inside the app interface to select a file to load and a folder to save what is currently on the map. +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 @@ -27,6 +31,7 @@ What's saved : 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). @@ -49,7 +54,13 @@ 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. +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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 3710741..79484dc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,11 +11,15 @@ Simple Owncloud app to load, edit and save GPX files on an interactive map. You can load/save files from your Nextcloud file storage. You can load/save files from your Owncloud file storage. GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files are loaded as waypoints. -There is a file explorer inside the app interface to select a file to load and a folder to save what is currently on the map. +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 @@ -35,6 +39,7 @@ What's saved : 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). @@ -57,7 +62,13 @@ 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. +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 diff --git a/makefile b/makefile index b33dec8..1556d1f 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ sign_dir_own=/tmp/sign_own cert_dir=$(HOME)/.nextcloud/certificates cert_dir_own=$(HOME)/.owncloud/certificates webserveruser ?= www-data -occ_dir ?= /var/www/html/nextcloud +occ_dir ?= /var/www/html/n12 occ_dir_own ?= /var/www/html/owncloud all: appstore