[x] Add a pre-loader to hide the site until the first country has rendered
[x] Title tag: Gazetteer
[x] Two PHP routines to return information from countryBorders.geo.json; the first to return JSON containing just codes and names (sorted), the second to return JSON containing just the feature for the selected country
[x] PHP should have more extensive error checking
[x] Selecting geolocated country: Pass the navigator position coords via AJAX to a PHP routine that calls the GeoNames CountryCodeJSON API. It will return a country code - use it to change the value of the country select and fire the event handler: $('#countrySelect').val("DE").change()
[x] Remove all markers when new country is selected