aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/google/GoogleOtherCachersOverlay.java
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2011-10-15 23:59:51 +0200
committerrsudev <rasch@munin-soft.de>2011-10-15 23:59:51 +0200
commitc09661d9cc2ab459d71b21f7179512659c051a81 (patch)
tree3c1f2f57aefab01b2b04a1e1f5af3b46e2c0aa62 /main/src/cgeo/geocaching/maps/google/GoogleOtherCachersOverlay.java
parent9715ae30450e02fcf731a06888ad832c1734e544 (diff)
downloadcgeo-c09661d9cc2ab459d71b21f7179512659c051a81.zip
cgeo-c09661d9cc2ab459d71b21f7179512659c051a81.tar.gz
cgeo-c09661d9cc2ab459d71b21f7179512659c051a81.tar.bz2
Use ScaleOverlay for MapsForge as well and reduce scale width
Diffstat (limited to 'main/src/cgeo/geocaching/maps/google/GoogleOtherCachersOverlay.java')
-rw-r--r--main/src/cgeo/geocaching/maps/google/GoogleOtherCachersOverlay.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/maps/google/GoogleOtherCachersOverlay.java b/main/src/cgeo/geocaching/maps/google/GoogleOtherCachersOverlay.java
index def9482..55bd1e8 100644
--- a/main/src/cgeo/geocaching/maps/google/GoogleOtherCachersOverlay.java
+++ b/main/src/cgeo/geocaching/maps/google/GoogleOtherCachersOverlay.java
@@ -106,4 +106,9 @@ public class GoogleOtherCachersOverlay extends ItemizedOverlay<GoogleOtherCacher
lock.unlock();
}
+ @Override
+ public MapViewImpl getMapViewImpl() {
+ throw new UnsupportedOperationException();
+ }
+
}