I have a complex architectural and web problem. I am trying to make a hiking page for every city in the world for http://www.comehike.com
I need to somehow import all the cities in the world and structure them with a state, which, in turn, is structured by country.
I already have a list of countries that I manually added to db, and then added all the cities of California (there are 300+ if you consider small places), and I realized that I will not be able to do this accurate to all cities in the world.
Is there a way to do this in an automatic way? Where do I get reliable data from? Ideally, I would also have lat / lng.
source
share