From a0a6873dcc460004e9b1cca94b82a30f8f59df8d Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sat, 18 Jan 2014 10:15:03 +0100 Subject: fix #3551: Circles on map not shown for mystery/multi caches with final defined --- main/src/cgeo/geocaching/Geocache.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main/src/cgeo/geocaching/Geocache.java') diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java index 42b8f0a..8ca5d37 100644 --- a/main/src/cgeo/geocaching/Geocache.java +++ b/main/src/cgeo/geocaching/Geocache.java @@ -1816,4 +1816,8 @@ public class Geocache implements ICache, IWaypoint { return 0; } + public boolean applyDistanceRule() { + return (getType().applyDistanceRule() || hasUserModifiedCoords()) && getConnector() == GCConnector.getInstance(); + } + } -- cgit v1.1