diff options
Diffstat (limited to 'src/cgeo/geocaching/mapsforge/mfMapFactory.java')
| -rw-r--r-- | src/cgeo/geocaching/mapsforge/mfMapFactory.java | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/cgeo/geocaching/mapsforge/mfMapFactory.java b/src/cgeo/geocaching/mapsforge/mfMapFactory.java index fa665ec..f72f12f 100644 --- a/src/cgeo/geocaching/mapsforge/mfMapFactory.java +++ b/src/cgeo/geocaching/mapsforge/mfMapFactory.java @@ -8,8 +8,6 @@ import cgeo.geocaching.cgUser; import cgeo.geocaching.mapinterfaces.CacheOverlayItemImpl; import cgeo.geocaching.mapinterfaces.GeoPointImpl; import cgeo.geocaching.mapinterfaces.MapFactory; -import cgeo.geocaching.mapinterfaces.OverlayBase; -import cgeo.geocaching.mapinterfaces.OverlayImpl; import cgeo.geocaching.mapinterfaces.UserOverlayItemImpl; public class mfMapFactory implements MapFactory{ @@ -34,11 +32,11 @@ public class mfMapFactory implements MapFactory{ return new mfGeoPoint(latE6, lonE6); } - @Override - public OverlayImpl getOverlayBaseWrapper(OverlayBase ovlIn) { - mfOverlay baseOvl = new mfOverlay(ovlIn); - return baseOvl; - } +// @Override +// public OverlayImpl getOverlayBaseWrapper(OverlayBase ovlIn) { +// mfOverlay baseOvl = new mfOverlay(ovlIn); +// return baseOvl; +// } @Override public CacheOverlayItemImpl getCacheOverlayItem(cgCoord coordinate, String type) { |
