Searchable Map

I need to build a searchable map for one my client’s sites. Anyone know
of any existing code/plugins for this in Rails?

PS. The map is a plan of their grounds, not like Google Map!

Mark D. wrote:

I need to build a searchable map for one my client’s sites. Anyone know
of any existing code/plugins for this in Rails?

PS. The map is a plan of their grounds, not like Google Map!

You could start with the map example in the Pragmatic Ajax book:

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

Part of that example is provided as a sample of the book content:

http://media.pragprog.com/titles/ajax/ajaxian_maps.pdf

That sample should make it clear what the whole example delivers.

regards

Justin F.