views:

233

answers:

1

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

First I started with http://geoapi.com, as there is a feature for creating our own entities and querying them. But still the service doesn't support well for my country. So, I deiced 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

+1  A: 

I would reccomend PostGIS and then use a Ruby Connector.

TheSteve0