Question

I'm creating rails application where it allow users to add geo-location data for restaurants, shops, etc., to a (Google) map and query it.

First I started with http://geoapi.com, as there is a feature for creating our own entities and querying them. But the service doesn't support my country well. So, I decided to create and store the geo-location data on my own database.

Can someone please tell me what are the best gems/plugins available for this? I found these, but I'd like to get some feedback from you. Thanks

http://github.com/queso/ym4r-gm

http://github.com/andre/geokit-rails

Was it helpful?

Solution

I would reccomend PostGIS and then use a Ruby Connector.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top