KapoorVashisht / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Delete the "contributor" code #445

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
See https://github.com/osmdroid/osmdroid/issues/80

Original comment by neilboyd on 21 Nov 2014 at 8:57