steve8x8 / geotoad

Geocaching query tool written in Ruby
https://buymeacoffee.com/steve8x8
Other
28 stars 8 forks source link

Wishlist: "guid" queries #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In some (I admit, rare) cases, one doesn't have access to the cache ID (wid) in 
the first place, but to the corresponding guid. (Examples: bookmark list KML 
output doesn't contain cache IDs but GUIDs.)

It should be simple to add a "--query guid" to GeoToad.

(Two options: go directly to the cdpf page, or get the cache_details page 
first. The latter would yield slightly more information, and better match the 
current "wid" implementation.)

Original issue reported on code.google.com by Steve8x8 on 31 Dec 2011 at 10:53

GoogleCodeExporter commented 9 years ago
Issue 227 has been merged into this issue.

Original comment by Steve8x8 on 20 Jan 2012 at 12:20

GoogleCodeExporter commented 9 years ago
Working on this in branch.

Original comment by Steve8x8 on 20 Jan 2012 at 12:44

GoogleCodeExporter commented 9 years ago
Addressed by commit r1087, now works even without Google Maps.

Original comment by Steve8x8 on 2 Mar 2012 at 2:02

GoogleCodeExporter commented 9 years ago
Released with 3.14.9

Original comment by Steve8x8 on 14 Mar 2012 at 1:50

GoogleCodeExporter commented 9 years ago
Reopening since there's still an issue that shows up with bad GUIDs (try all 
0-s). GeoToad should behave the same for WIDs and GUIDs which don't exist.
Hoping to fix before next release.

Original comment by Steve8x8 on 2 May 2012 at 7:45

GoogleCodeExporter commented 9 years ago
SVN r1132 should fix this. Please test... I couldn't crash GeoToad anymore with 
fake GUIDs.
The patch also adds Bing Maps parsing (in case Google Maps should disappear), 
and handles non-existing WIDs better.

Since this issue is the only serious showstopper for the upcoming release, and 
I want it to be fixed for good, release date will be postponed by a few days 
(no "Cinco de Mayo", sorry to the Mexicans here)

Original comment by Steve8x8 on 4 May 2012 at 9:49

GoogleCodeExporter commented 9 years ago
Merging with issue 241, and closing after addition of more patterns to find WID 
from GUID

Original comment by Steve8x8 on 25 May 2012 at 12:30

GoogleCodeExporter commented 9 years ago
Issue 241 has been merged into this issue.

Original comment by Steve8x8 on 25 May 2012 at 12:32