use multimaint-merge to make Debian changelogs less ugly
[fw/altos] / altosui / AltosSiteMapPreload.java
index 972765aea446fc28e80b94e81ecee9fe7175003f..aa07bebc03a0b205e370b3b001354ff72b8050d9 100644 (file)
@@ -204,7 +204,7 @@ class AltosSites extends Thread {
                sites = new LinkedList<AltosSite>();
                preload = in_preload;
                try {
-                       url = new URL("http://gag.com/~keithp/launch-sites.txt");
+                       url = new URL(Altos.launch_sites_url);
                } catch (java.net.MalformedURLException e) {
                        notify_complete();
                }
@@ -312,6 +312,7 @@ public class AltosSiteMapPreload extends JDialog implements ActionListener, Item
                                        final double    latitude = lat.get_value();
                                        final double    longitude = lon.get_value();
                                        map.setBaseLocation(latitude,longitude);
+                                       map.draw_circle(latitude,longitude);
                                        loading = true;
                                        bgLoad thread = new bgLoad(map);
                                        thread.start();