altosuilib: Remove old map bits
[fw/altos] / telegps / TeleGPSGraphUI.java
index ab094ac988248191a72435d7135fc279fa8b9547..f9ca94080c51ca9f85e02828955461c2f09310b1 100644 (file)
@@ -38,7 +38,7 @@ public class TeleGPSGraphUI extends AltosUIFrame
        JTabbedPane             pane;
        AltosGraph              graph;
        AltosUIEnable           enable;
-       AltosUIMap              map;
+       AltosUIMapNew           map;
        AltosState              state;
        AltosFlightStats        stats;
        AltosGraphDataSet       graphDataSet;
@@ -69,7 +69,7 @@ public class TeleGPSGraphUI extends AltosUIFrame
                graph = new AltosGraph(enable, stats, graphDataSet);
                statsTable = new AltosFlightStatsTable(stats);
 
-               map = new AltosUIMap();
+               map = new AltosUIMapNew();
 
                pane.add("Graph", graph.panel);
                pane.add("Configure Graph", enable);