From: Tom Hughes Date: Fri, 17 Jan 2014 19:25:58 +0000 (+0000) Subject: Replace the country table with a static XML countries file X-Git-Tag: live~5575 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/42b329ed82c7899b970e1f0fd8d6d29fd625f7d5?hp=42b329ed82c7899b970e1f0fd8d6d29fd625f7d5 Replace the country table with a static XML countries file Storing the countries in the database is overkill, so just use a copy of the geonames countryInfo data that is loaded into a hash the first time it is used. ---