]> gitweb.fperrin.net Git - GpsPrune.git/commit
Download tiles in chunks
authorFrédéric Perrin <frederic.perrin@att.com>
Thu, 30 Jan 2020 11:14:46 +0000 (11:14 +0000)
committerFrédéric Perrin <frederic.perrin@att.com>
Thu, 30 Jan 2020 14:09:36 +0000 (14:09 +0000)
commit860ae36b24e22ff49b23cc5e3b51e9bd5520712b
treed796f929334c42dc4bb2d22fbc73eeb7a64c11f0
parent8f45a9f2289e01d4f6eee6036f7fc3c4a92e3024
Download tiles in chunks

Reading byte-per-byte makes the download CPU-limited, while that change
makes it closer to bandwidth-limited
src/tim/prune/function/srtm/Srtm3Source.java
src/tim/prune/function/srtm/SrtmGl1Source.java
src/tim/prune/function/srtm/SrtmSource.java
src/tim/prune/function/srtm/SrtmViewfinderSource.java