diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-17 15:45:07 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-07-17 15:45:07 -0700 | 
| commit | ddef3e4ec1b3ff86b164f83807c34c2a78f73eb8 (patch) | |
| tree | edf7e74fa0b4b15755ab5b6dd1d10e7606bd1b88 /altosui/AltosSiteMapPreload.java | |
| parent | 1f3f3d575572eff33a2bc7a53d4691e59a428450 (diff) | |
altosui: Mark preload site location with red circles (like launch)
Just to show where on the map the official launch location is.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosSiteMapPreload.java')
| -rw-r--r-- | altosui/AltosSiteMapPreload.java | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/altosui/AltosSiteMapPreload.java b/altosui/AltosSiteMapPreload.java index 972765ae..5d437e17 100644 --- a/altosui/AltosSiteMapPreload.java +++ b/altosui/AltosSiteMapPreload.java @@ -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(); | 
