fixes for net.anzix.osm.upload
This commit is contained in:
parent
7ca8cd8be9
commit
13fd5b7d46
|
@ -1,22 +1,16 @@
|
|||
Category:Navigation
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/elek/osmgpxuploader/
|
||||
Issue Tracker:https://github.com/elek/osmgpxuploader/issues
|
||||
|
||||
Summary:Application to upload GPX files to the OpenStreetMap servers from Android
|
||||
Auto Name:OsmGpxUploader
|
||||
Summary:Upload GPX files to OpenStreetMap
|
||||
Description:
|
||||
Simple uploader which can upload any gpx file to the OpenStreetMap (OSM) server. The application can
|
||||
|
||||
1. Upload directly from applications to the OSM:
|
||||
* from Google My Tracks (Share width friends...)
|
||||
* from Cyanogen default OI File Manager(Send...)
|
||||
* from AndExplorer (Send...)
|
||||
* possible from any application which supports Share or Send GPX tracks
|
||||
|
||||
2. Define the source of your gpx traces (eg. a directory) and show the list about the new/uploaded tracks. Select the track and upload to the openstreetmap server.
|
||||
|
||||
3. Upload any file from your Android device
|
||||
* Choose your GPX file, tag it and upload.
|
||||
Simple uploader which can:
|
||||
# Upload directly to OSM from any application which supports Share or Send GPX tracks
|
||||
# Define the source of your gpx traces (eg. a directory) and show the list about the new/uploaded tracks. Select the track and upload to the openstreetmap server
|
||||
# Allow you to choose your GPX file, tag it and upload
|
||||
|
||||
Tags: openstreetmap osm gpx upload track tracking
|
||||
.
|
||||
|
@ -24,4 +18,15 @@ Tags: openstreetmap osm gpx upload track tracking
|
|||
Repo Type:git
|
||||
Repo:https://github.com/elek/osmgpxuploader.git
|
||||
|
||||
Build Version:1.5.3,10,4ebed08421d791fb84ae3e60870eb0a5457c0bd7,maven=yes,prebuild=$$MVN3$$ install:install-file -DgroupId=android.support -DartifactId=compatibility-v13 -Dversion=13 -Dpackaging=jar -Dfile=$$SDK$$/extras/android/support/v13/android-support-v13.jar,bindir=upload/target
|
||||
Build Version:1.5.3,10,4ebed08421d7,maven=yes,prebuild=\
|
||||
$$MVN3$$ install:install-file -DgroupId=android.support \
|
||||
-DartifactId=compatibility-v13 -Dversion=13 -Dpackaging=jar \
|
||||
-Dfile=../extlib/android/android-support-v13.jar,\
|
||||
bindir=upload/target
|
||||
Build Version:1.5.3,5000,!for UCM purposes,subdir=upload
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.3
|
||||
Current Version Code:10
|
||||
|
||||
|
|
Loading…
Reference in a new issue