altoslib: Add map loading helper class
authorKeith Packard <keithp@keithp.com>
Thu, 28 May 2015 06:12:34 +0000 (23:12 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 28 May 2015 06:12:34 +0000 (23:12 -0700)
commit3b4e6da65158a434905dc652e46c69d2c38cea7f
treec9597692fb46faac5aca7546c7b882cc07303a65
parentccd557c846eed37328d6799f36e61308bcbb678a
altoslib: Add map loading helper class

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>
altoslib/AltosMapLoader.java [new file with mode: 0644]
altoslib/AltosMapLoaderListener.java [new file with mode: 0644]
altoslib/Makefile.am