summaryrefslogtreecommitdiff
path: root/altosui/AltosSiteMapPreload.java
Commit message (Collapse)AuthorAge
* altosui: Make sure degree and minute values are visible (map preload)Anthony Towns2011-07-16
| | | | | | | Set min size to preferred size so that the value remains visible instead of snapping to 0 pixels wide. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Remove a bunch of sitemap debugging printfsKeith Packard2011-07-16
| | | | | | Seems to work, let's get less chatty Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Display full map preload area in view.Keith Packard2011-07-16
| | | | | | | | This involved fixing the map view to support arbitrary sizes, and then exposing a synchronous tile loading API so that the progress bar could be used to show tile loading progress. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Try to avoid resize weirdness with map preloadingKeith Packard2011-07-16
| | | | | | | grid bag + box does some strange stuff, this appears to avoid the worst of the interactions. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add map preloading GUIKeith Packard2011-07-16
Provide a way to manually enter latitude and longitude, preview the map area while downloading a 9x9 grid of map tiles to be used when monitoring flights without network access. Signed-off-by: Keith Packard <keithp@keithp.com>