diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-26 00:29:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-26 00:29:53 -0700 |
commit | 501fa41111b93cc213a1114a33612858e1e93ab5 (patch) | |
tree | 3b525c2b8a1b4fb2f6d9e0b740ef66a2e86d4e31 /altoslib/AltosMapMark.java | |
parent | cb23b992be8ba40c97d8988c134a814a13ccd58c (diff) |
altoslib/altosuilib: Get new Map display code running in altosui and telegps
Looks like the display is all hooked up. Still need to replace the
preload UIs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosMapMark.java')
-rw-r--r-- | altoslib/AltosMapMark.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/altoslib/AltosMapMark.java b/altoslib/AltosMapMark.java index 5eb1907b..74e6790f 100644 --- a/altoslib/AltosMapMark.java +++ b/altoslib/AltosMapMark.java @@ -24,8 +24,8 @@ import java.util.concurrent.*; public abstract class AltosMapMark { - AltosLatLon lat_lon; - int state; + public AltosLatLon lat_lon; + public int state; static public int stroke_width = 6; |