ONOS-6730: Topo View i18n for:
- select map dialog
- oblique view
- overlay

Change-Id: Ib8cbb5f942ff010ba24f552f0948b3cffc79060d
diff --git a/web/gui/src/main/webapp/app/view/topo/topo.js b/web/gui/src/main/webapp/app/view/topo/topo.js
index 24eee02..3e9a0cc 100644
--- a/web/gui/src/main/webapp/app/view/topo/topo.js
+++ b/web/gui/src/main/webapp/app/view/topo/topo.js
@@ -332,7 +332,6 @@
         box.x -= box.width/2;
         box.y -= box.height/2;
         g.attr('transform', sus.translate(box.x, box.y));
-
     }
 
     function setUpNoDevs() {
@@ -728,6 +727,7 @@
                     // pass lion bundle function ref to other topo modules
                     tfs.setLionBundle(topoLion);
                     tis.setLionBundle(topoLion);
+                    tms.setLionBundle(topoLion);
 
                     // now we have the map projection, we are ready for
                     //  the server to send us device/host data...