WorldCities Database
Világ szintű település adatbázist keresek, amiben vannak normális ékezetek, kisebb települése
I found myself needing a database of city names for a side project. I needed to be able to do autocomplete using a jQuery UI front-end and some sort of fast backend.
The best thing I found out there was the MaxMind database. I took this data and hacked away at it, dropping some of their columns and adding another for a total of six columns: combined (for combined city+state/region names), population, country_code, region, latitude, and longitude.