zaknelson / hike.io

An AngularJS / Sinatra app for finding beautiful hikes.
hike.io
MIT License
221 stars 30 forks source link

Support searching by location #24

Closed zaknelson closed 10 years ago

zaknelson commented 10 years ago

For example, searching for "Washington" should bring up the map with Washington on it.

Currently investigating geocoding options:

zaknelson commented 10 years ago

I ended up using Google Map's geocoding API.

Still an open question as to whether OSM will be an option in the future. There are high quality maps, e.g. MapBox, but none of the geocoding APIs seem to be on par with Google's offerings (which you have to use with Google Maps).

Maybe the best solution for now is to use Google Maps, but contribute GPX trails back to OSM.