a0f005d70ecb78a51580a8247a1755f9c53e74d2 galt Mon Jun 13 16:23:42 2016 -0700 Initial check-in of geoIp basics. diff --git src/hg/geoIp/countryToContinent.as src/hg/geoIp/countryToContinent.as new file mode 100644 index 0000000..6d28183 --- /dev/null +++ src/hg/geoIp/countryToContinent.as @@ -0,0 +1,7 @@ +table countryToContinent +"Map countries to continents." +( +string countryId; "Country id code. Two letters." +string continentId; "Continent id code. Two letters." +) +