altosuilib: Rewrite map GUI bits
[fw/altos] / telegps / TeleGPSGraphUI.java
index b7fc4caae911d39b18e4a2e8ebb68a1e793c43ac..fbc9657e1b7d0fc6d22906d3f74fca5980b36731 100644 (file)
@@ -38,7 +38,7 @@ public class TeleGPSGraphUI extends AltosUIFrame
        JTabbedPane             pane;
        AltosGraph              graph;
        AltosUIEnable           enable;
        JTabbedPane             pane;
        AltosGraph              graph;
        AltosUIEnable           enable;
-       AltosSiteMap            map;
+       AltosUIMap              map;
        AltosState              state;
        AltosFlightStats        stats;
        AltosGraphDataSet       graphDataSet;
        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);
 
                graph = new AltosGraph(enable, stats, graphDataSet);
                statsTable = new AltosFlightStatsTable(stats);
 
-               map = new AltosSiteMap();
+               map = new AltosUIMap();
 
                pane.add("Flight Graph", graph.panel);
                pane.add("Configure Graph", enable);
 
                pane.add("Flight Graph", graph.panel);
                pane.add("Configure Graph", enable);