I'm pretty sure that the code in org.osmdroid.contributor and sub-packages is
not used by anyone.
You are required to edit the URL in GpxToPHPUploader in order to use it, which
means you would need to make your own fork of this project.
The sample has this:
/*
* You need to do exactly nothing, to contribute to the OSM-Project, except extending from
* OpenStreetMapActivity and passing true to its onCreate(...) .
*/
super.onCreate(savedInstanceState, false);
ie it passes false to super.onCreate which means that it's not using it.
Delete it so that we don't need to pretend to maintain it.
Original issue reported on code.google.com by neilboyd on 1 Jul 2013 at 5:35
Original issue reported on code.google.com by
neilboyd
on 1 Jul 2013 at 5:35