Topo2: Refactored Maps and Sprites to be managed by a BackgroundService

Change-Id: I75965fc76734436ce0c68e06dd75663baa924287
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js b/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js
index 84421c9..032cfb6 100644
--- a/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js
+++ b/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js
@@ -62,8 +62,8 @@
             rid: data.id
         });
 
-        layout.createForceElements();
-        layout.transitionDownRegion();
+        layout().createForceElements();
+        layout().transitionDownRegion();
 
         render();
     }