Interactive maps

Hello all.

Does a plugin exist that replicates the basic functionality of google
maps (scrolling around, clicking on a point to fire off a trigger) that
gets the data from your webserver?

I have googled about and found http://ka-map.maptools.org/ which appears
to do the sort of thing I am looking for but it looks like it uses PHP.
I was wondering if there was a native RoR + ajax solution?

Cheers

RJ

And the answer:

http://www.pragmaticprogrammer.com/title/ajax/

Shoulda guessed Pragmatic had done something for it. This book contains
an entire section on building up a basic interactive map.

RJ