From dbcccd2cd9df07cced670ae4dba411b0f45d3f16 Mon Sep 17 00:00:00 2001 From: blafoo Date: Wed, 25 Jan 2012 21:26:30 +0100 Subject: Search returns reliable coords. Fixes #1031 --- main/src/cgeo/geocaching/cgBase.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/src/cgeo/geocaching/cgBase.java') diff --git a/main/src/cgeo/geocaching/cgBase.java b/main/src/cgeo/geocaching/cgBase.java index 844eed9..008af8d 100644 --- a/main/src/cgeo/geocaching/cgBase.java +++ b/main/src/cgeo/geocaching/cgBase.java @@ -582,6 +582,9 @@ public class cgBase { } } + // location is reliable because the search return correct coords independant of the login status + cache.setReliableLatLon(true); + parseResult.cacheList.add(cache); } -- cgit v1.1