a0f005d70ecb78a51580a8247a1755f9c53e74d2
galt
  Mon Jun 13 16:23:42 2016 -0700
Initial check-in of geoIp basics.

diff --git src/hg/geoIp/continentToNode.as src/hg/geoIp/continentToNode.as
new file mode 100644
index 0000000..7d890a7
--- /dev/null
+++ src/hg/geoIp/continentToNode.as
@@ -0,0 +1,7 @@
+table continentToNode
+"Map continent to node.  Mostly just using as a crude guide for populating the countryToNode table"
+(
+string continentId;     "Continent id code. Two letters."
+char node;              "Genome Browser Node, e.g ucsc or euro."
+)
+