added new iitc icon to mobile (see #102)

This commit is contained in:
Philipp Schaefer
2013-04-29 13:44:30 +02:00
parent a7b04a7a72
commit e04222b450
9 changed files with 4 additions and 2 deletions

View File

@ -252,6 +252,7 @@ public class IITC_Mobile extends Activity {
// update the user location marker on the map
public void drawMarker(Location loc) {
Log.d("iitcm", "update location..." + loc.toString());
iitc_view.loadUrl("javascript: window.console.log('" + loc.toString() + "');");
// throw away all positions with accuracy > 100 meters
// should avoid gps glitches
if (loc.getAccuracy() < 100) {