Visualization for abilene
diff --git a/examples/abilene-topology.cc b/examples/abilene-topology.cc
index 99da7eb..a8ba422 100644
--- a/examples/abilene-topology.cc
+++ b/examples/abilene-topology.cc
@@ -80,7 +80,7 @@
     
   NetDeviceContainer* ndc = new NetDeviceContainer[totlinks];
   reader->ApplySettings(ndc,nc);
-  reader->BoundingBox(nc, 100.0, 100.0, 400.0,400.0);
+  reader->BoundingBox(nc, 100.0, 100.0, 5000.0,5000.0);
     
   // Install CCNx stack
   NS_LOG_INFO ("Installing CCNx stack");