Topo2: position peer regions with lat and long

Change-Id: I4634ad3fe567602e0d2087e24403c1e946b0f572
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2NodePosition.js b/web/gui/src/main/webapp/app/view/topo2/topo2NodePosition.js
index 763718f..86d1faa 100644
--- a/web/gui/src/main/webapp/app/view/topo2/topo2NodePosition.js
+++ b/web/gui/src/main/webapp/app/view/topo2/topo2NodePosition.js
@@ -57,7 +57,8 @@
                 loc = {};
 
             if (t2bgs.getBackgroundType() === 'geo') {
-                // TODO: Set coords for geo (lat/long)
+                setLongLat(node);
+                return true;
             } else {
                 loc.gridX = -20;
                 loc.gridY = 10 * node.index();