I am working on a Rails app that has some Geo data and would like to add some mapping functionality.
I would also like to add the ability to draw polygons / polylines and store them in a model for future reference and editing etc. basically I want the user to be able to drop an associated marker on a map linked to a location or draw a path and alth link that to a another model.
Is the a good site / tutorial / book on this?
I finally found OpenLayers 2.10 Beginner’s Guide by Erik Hazzard. Great book.