On Wed, Nov 24, 2004 at 01:29:10AM +0000, Kake L Pugh wrote:
> CGI::Wiki::Plugin::Locator::Grid - that can cope
with British National
> Grid, Irish National Grid, UTM ellipsoids, Elbonian National Grid, any
> other square grid with coordinates specified as integers.
On Wed 24 Nov 2004, David Cantrell <david(a)cantrell.org.uk> wrote:
This could probably be generalised out of CGI::Wiki::*
and made into
Geo::SomethingOrOther.
I don't think so - it's only really useful for the very specific
database structure of a CGI::Wiki wiki. If you generalised it any
more, code that used it would have to do all the SQL bits themselves,
and those are the useful bits.
Kake