2014-11-27 22:28:06 +00:00
|
|
|
Categories:Navigation
|
|
|
|
License:GPLv3
|
2015-03-05 14:08:48 +00:00
|
|
|
Web Site:https://code.google.com/p/osmbonuspack
|
2015-03-05 14:15:47 +00:00
|
|
|
Source Code:https://code.google.com/p/osmbonuspack/source
|
|
|
|
Issue Tracker:https://code.google.com/p/osmbonuspack/issues
|
2014-11-27 22:28:06 +00:00
|
|
|
|
|
|
|
Auto Name:OSMNavigator
|
|
|
|
Summary:Map/navigation tool for OpenStreetMap
|
|
|
|
Description:
|
|
|
|
OpenStreetMap map display. Choose between:
|
|
|
|
* OSM Standard map,
|
|
|
|
* OSM by MapQuest,
|
|
|
|
* MapBox Satellite (a wonderful satellite map),
|
|
|
|
* MapsForge offline map
|
2015-02-28 14:11:51 +00:00
|
|
|
* View GPS location
|
|
|
|
* Routing
|
|
|
|
* Search for features, Wikipedia entries or Pictures on Picasa or Flickr
|
|
|
|
* Display KML data from local files, from a web URL or from an Overpass query
|
|
|
|
* View maps offline using MOBAC, MapsForge or cached tiles
|
2014-11-27 22:28:06 +00:00
|
|
|
.
|
|
|
|
|
2015-02-28 14:25:34 +00:00
|
|
|
Repo Type:git-svn
|
2015-02-28 14:11:51 +00:00
|
|
|
Repo:https://osmbonuspack.googlecode.com/svn/trunk/
|
2014-11-27 22:28:06 +00:00
|
|
|
|
2015-02-28 14:11:51 +00:00
|
|
|
Build:1.0,1
|
|
|
|
disable=wip
|
2014-11-27 22:28:06 +00:00
|
|
|
commit=608
|
|
|
|
subdir=OSMNavigator
|
|
|
|
srclibs=CommonsLang@LANG_3_3_2,Google-Gson@gson-2.2.4
|
2015-02-28 14:25:34 +00:00
|
|
|
rm=OSMNavigator/libs/*jar
|
2014-11-27 22:28:06 +00:00
|
|
|
extlibs=android/android-support-v4.jar,osmdroid/osmdroid-android-4.2.jar,sl4j/slf4j-android-1.5.8.jar
|
|
|
|
prebuild=pushd $$CommonsLang$$ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
cp $$CommonsLang$$/target/commons-lang3-3.3.2.jar ../OSMBonusPack/libs/ && \
|
|
|
|
pushd $$Google-Gson$$ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
cp $$Google-Gson$$/target/gson*.jar ../OSMBonusPack/libs/ && \
|
|
|
|
cp libs/android-support-v4.jar ../OSMBonusPack/libs/ && \
|
|
|
|
cp libs/android-support-v4.jar ../MapsForgeForOsmdroid/libs/ && \
|
|
|
|
cp libs/osmdroid-android-*.jar ../OSMBonusPack/libs/ && \
|
2015-02-28 14:25:34 +00:00
|
|
|
cp libs/osmdroid-android-*.jar ../MapsForgeForOsmdroid/libs/
|
2014-11-27 22:28:06 +00:00
|
|
|
|
|
|
|
Maintainer Notes:
|
|
|
|
The main project is in a subdir but uses two libraries in two other subdirs, each with its own dependencies.
|
|
|
|
Hope copying the extlibs for these around in prebuild works as expected.
|
|
|
|
|
|
|
|
Mapsforge jar was left in place as it is a snapshot of an old version (0.3.1), which has since seen
|
|
|
|
heavy changes (including removal of features), thus upgrading to 0.4.x or later might or might not work.
|
|
|
|
|
|
|
|
org.openbmap version 0.7.1 used the same Mapsforge version, maybe that recipe can be used.
|
|
|
|
|
|
|
|
If all else fails, we would need to switch to gradle and specify all libs as depedencies. (This is how
|
|
|
|
the mapsforge dependencies was resolved for org.openbmap and com.vonglasow.michael.satstat, though
|
|
|
|
both these apps use Mapsforge 0.4.x.)
|
|
|
|
.
|
|
|
|
|
|
|
|
Auto Update Mode:None
|
2015-03-03 10:11:59 +00:00
|
|
|
Update Check Mode:None
|
|
|
|
Current Version:1.0
|
|
|
|
Current Version Code:1
|
2014-11-27 22:28:06 +00:00
|
|
|
|