diff options
author | rsudev <rasch@munin-soft.de> | 2011-10-15 23:59:51 +0200 |
---|---|---|
committer | rsudev <rasch@munin-soft.de> | 2011-10-15 23:59:51 +0200 |
commit | c09661d9cc2ab459d71b21f7179512659c051a81 (patch) | |
tree | 3c1f2f57aefab01b2b04a1e1f5af3b46e2c0aa62 /main/src/cgeo/geocaching/maps/google/GoogleOtherCachersOverlay.java | |
parent | 9715ae30450e02fcf731a06888ad832c1734e544 (diff) | |
download | cgeo-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.java | 5 |
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(); + } + } |