diff options
author | blafoo <github@blafoo.de> | 2012-01-25 21:26:30 +0100 |
---|---|---|
committer | blafoo <github@blafoo.de> | 2012-01-25 21:27:35 +0100 |
commit | dbcccd2cd9df07cced670ae4dba411b0f45d3f16 (patch) | |
tree | 5ec8fbeb3ed093132ae883d4d888f699195c1e96 /main/src/cgeo/geocaching/cgBase.java | |
parent | 26b5be9f841035b0d700021e8009c277ca7bff46 (diff) | |
download | cgeo-dbcccd2cd9df07cced670ae4dba411b0f45d3f16.zip cgeo-dbcccd2cd9df07cced670ae4dba411b0f45d3f16.tar.gz cgeo-dbcccd2cd9df07cced670ae4dba411b0f45d3f16.tar.bz2 |
Search returns reliable coords. Fixes #1031
Diffstat (limited to 'main/src/cgeo/geocaching/cgBase.java')
-rw-r--r-- | main/src/cgeo/geocaching/cgBase.java | 3 |
1 files changed, 3 insertions, 0 deletions
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); } |