Include country/region/city names in details documents
Damian suggests to include more information from the GeoIP database in details documents. We discussed the region and the city name of a relay, but it may also be useful to add the country name written out. These information are trivial to look up: location.countryName, regionName.regionNameByCode(location.countryCode, location.region), and location.city.
I started an initial implementation of this feature, but ran into problems with encoding Java's Unicode strings as UTF-8. It's just not pretty to write Nürnberg as N?rnberg.
(This was issue 12 in my GitHub repository.)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information