merge-requests/12/merge v0.0.9
Julien Veyssier 2018-10-01 18:30:31 +02:00
parent 185c29038f
commit a7f5ca0b0e
4 changed files with 19 additions and 13 deletions

View File

@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## 0.0.9 2018-10-01
### Added
- compat with NC14
- support for `<link>` in waypoints and tracks
### Changed
- update svg icons
### Fixed
- filetypes icons for Files app
## 0.0.8 2018-02-10
### Added
- display line total distance during drawing

View File

@ -1,10 +1,10 @@
# GpxEdit owncloud/nextcloud application
# GpxEdit Nextcloud application
[![Build status](https://gitlab.com/eneiluj/gpxedit-oc/badges/master/build.svg)](https://gitlab.com/eneiluj/gpxedit-oc/commits/master)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/gpxedit/localized.svg)](https://crowdin.com/project/gpxedit)
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.
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.
@ -53,8 +53,7 @@ GpxEdit :
- adds possibility to edit .gpx files directly from the "Files" app
- is able to cut lines in two
This app is tested on Owncloud 10 with Firefox and Chromium.
This app is tested on Nextcloud 11 and 12 with Firefox and Chromium.
This app is tested on Nextcloud 14 with Firefox and Chromium.
Any feedback will be appreciated.

View File

@ -5,12 +5,9 @@
<summary lang="en">Simple GPX file editor</summary>
<description>
# GpxEdit Nextcloud application
# GpxEdit Owncloud application
Simple Nextcloud app to load, edit and save GPX files on an interactive map.
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.
Files can be loaded in GpxEdit interface or in Files app.
@ -59,8 +56,7 @@ GpxEdit :
- adds possibility to edit .gpx files directly from the "Files" app
- is able to cut lines in two
This app is tested on Owncloud 10 with Firefox and Chromium.
This app is tested on Nextcloud 11 and 12 with Firefox and Chromium.
This app is tested on Nextcloud 14 with Firefox and Chromium.
Any feedback will be appreciated.
@ -81,7 +77,7 @@ If you look for more powerfull GPX editors, take a look at :
- [JOSM](https://josm.openstreetmap.de/)
</description>
<version>0.0.8</version>
<version>0.0.9</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>GpxEdit</namespace>

View File

@ -8,8 +8,8 @@ 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/n12
occ_dir_own ?= /var/www/html/n12
occ_dir ?= /var/www/html/n14
occ_dir_own ?= /var/www/html/n14
all: appstore