moagrius / MapView

(Deprecated, prefer https://github.com/moagrius/TileView) Android widget roughly described as a hybrid between com.google.android.maps.MapView and iOS's CATiledLayer
http://moagrius.github.com/MapView/documentation
69 stars 35 forks source link

Loading downsample via TileDecoder #53

Closed tinkerlog closed 11 years ago

tinkerlog commented 11 years ago

Hi there,

first, thanks! Great component.

I wrote a TileDecoder to load tiles from the file system, as our map gets downloaded and stored locally. It would be cool, if the downsample could be loaded through the same method as the tiles.

Cheers, Alex

moagrius commented 11 years ago

Yes, I hope to include that next update - hopefully within the next week or two. The custom decoders were a relatively late add, so still needs some fine tuning (including downsample decoding, as you mentioned). Issue also discussed #46

Thanks for the feedback.

moagrius commented 11 years ago

This has been included and will be available in the next minor update. Thanks.