steve8x8 / geotoad

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

Country searches fail for countries with states/regions/provinces #257

Closed GoogleCodeExporter closed 9 years ago

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

1. Do a country query for Sweden (country ID 10)
2. As http://www.geocaching.com/seek/nearest.aspx?country_id=10 shows, there's 
a selection necessary
3. Solution: append "&as=1" to the query URL
4. This addition doesn't any harm to other countries, e.g.
http://www.geocaching.com/seek/nearest.aspx?country_id=276 works with and 
without &as=1 appended (actually, gc.com appends this automatically)

Priority set to "low" as full-country searches should be avoided anyway, for 
countries large enough to be split into states (Sweden's got more than 60k 
caches!)

Original issue reported on code.google.com by Steve8x8 on 13 Oct 2012 at 10:12

GoogleCodeExporter commented 9 years ago
Issue supposedly fixed by SVN commit r1229. Will be shipped with next release.

Original comment by Steve8x8 on 15 Oct 2012 at 12:35

GoogleCodeExporter commented 9 years ago
Included in 3.16.3

Original comment by Steve8x8 on 30 Dec 2012 at 2:55