Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free country/city suggestion list/database

I'm looking for something similar to facebook suggestion list with cities and countries. You can see what I'm exactly talking about when you try to create new event in facebook, click to add address, and then start typing in the City field.

I prefer finding working suggestion tool in jQuery(with the date), but database with city/country will do the trick too.

like image 919
Ilian Iliev Avatar asked Dec 22 '22 05:12

Ilian Iliev


2 Answers

http://www.geonames.org/

like image 184
gilles Avatar answered Jan 02 '23 02:01

gilles


Here you go: http://geolite.maxmind.com/download/worldcities/

That's the database. It should be possible to work this into a jQuery tool pretty easily with (for example) one of the "autocomplete" plugins. It certainly should be easier than researching and constructing the database yourself :-)

like image 37
Pointy Avatar answered Jan 02 '23 01:01

Pointy