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/topoForce.js b/web/gui/src/main/webapp/app/view/topo/topoForce.js
index b8f3a48..6da55fa 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoForce.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoForce.js
@@ -491,8 +491,7 @@
     }
 
     function vis(b) {
-        var lionKey = b ? 'visible' : 'hidden';
-        return topoLion(lionKey);
+        return topoLion(b ? 'visible' : 'hidden');
     }
 
     function toggleHosts(x) {
@@ -1117,6 +1116,8 @@
         td3.setLionBundle(bundle);
         fltr.setLionBundle(bundle);
         tls.setLionBundle(bundle);
+        tos.setLionBundle(bundle);
+        tov.setLionBundle(bundle);
     }
 
     angular.module('ovTopo')