Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altoslib: Pass all map loader params to set_load_params | Keith Packard | 2015-05-28 |
| | | | | | | | | Add zoom and map type to the param list so we don't call set_zoom and set_maptype separately, which only causes lots of extra image loads to get started unnecessarily. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altoslib: Add map loading helper class | Keith Packard | 2015-05-27 |
This adds the AltosMapLoader class, which iterates over a sequence of zoom levels and formats to get local copies of a desired launch site. Signed-off-by: Keith Packard <keithp@keithp.com> |