Re: [gtoad-devel] GeoToad 3.7.5
Brought to you by:
helixblue
From: Thomas S. <th...@st...> - 2004-09-27 12:16:01
|
On 2004-09-27, at 03.33, Kai Daumiller wrote: > Hi Thomas, > > the "new caches" filter seems to be broken (version 3.7.5, linux) > A query always returns all caches within the search radius and in the > gpx-file all caches have > <time>2003-05-20T00:00:00.0000000-07:00</time> > from the template file. Yup, it appears to be broken. GeoToad can't process dates with the new changes either. If there was any proof of the need of a good unit testing mechanism, this would be it! It appears to me that the regular expressions that set @cache['cdays'] in search.rb are probably no longer valid. he fact that the GPX files have that date is actually a different bug I think.. I've hardcoded my birthday in there for now instead of reformatting the date for how the GPX format wants it. This needs to get fixed in output.rb and templates.rb sometime. I'll see if I can't have a patch available for testing sometime tomorrow. Thanks. / Thomas |