altoslib/altosuilib: Get new Map display code running in altosui and telegps
[fw/altos] / telegps / TeleGPS.java
index 8ff5ac2847eb580cae6f3861b3a3962dbd03ab25..1e1349009fd260120231ed2248d65d1424cb21cd 100644 (file)
@@ -71,7 +71,7 @@ public class TeleGPS
 
        JTabbedPane             pane;
 
-       AltosUIMap              map;
+       AltosUIMapNew           map;
        TeleGPSInfo             gps_info;
        TeleGPSState            gps_state;
        AltosInfoTable          info_table;
@@ -542,7 +542,7 @@ public class TeleGPS
                c.gridwidth = 2;
                bag.add(pane, c);
 
-               map = new AltosUIMap();
+               map = new AltosUIMapNew();
                pane.add(map.getName(), map);
                displays.add(map);