steve8x8 / geotoad

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

2012-06-26 site update replaced "regular" with "medium" #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Run a "-q wid GCXYV5" query, output to gpx or list.
2. Check cache size - it'll be "medium" instead of "regular".
3. This doesn't happen for coordinate or location queries, only for WID and 
GUID ones.

What is the expected output? What do you see instead?

Sizes used by GC had been "not chosen", "virtual", "micro", "small", "regular", 
"large", "other". While the meaning had changed at some point in the past (to 
make caches look "bigger" and more important?), the wording didn't change. 
This seems to change now.

A quick test suggests that "micro", "small", "large", "not chosen" and "other" 
didn't change.

If your GPSr doesn't like the "medium"-sized caches (what does it tell you?) I 
suggest to use your favourite editor (sed :)) to replace
  <groundspeak:container>medium</groundspeak:container>
with
  <groundspeak:container>regular</groundspeak:container>
for now.

Let's see what'll be changed next...

Original issue reported on code.google.com by Steve8x8 on 27 Jun 2012 at 8:31

GoogleCodeExporter commented 9 years ago
Fixed in 3.16.1

Original comment by Steve8x8 on 29 Jun 2012 at 10:49