TrilogisIT / WorldWind_Android

WorldWind Library and Example code for the Android framework.
19 stars 10 forks source link

Correct compatibility with non DDS compatible devices #3

Closed TrilogisIT closed 10 years ago

TrilogisIT commented 10 years ago

refers to merging: https://github.com/TrilogisIT/WorldWind_Android/pull/2 will be merged in another branch in order to make the tests and reallign with own package (The pull request changed packages).

Assigned to: @ndorigatti and @TrilogisIT

Thanks to @nicastel for the pull request!

nicastel commented 10 years ago

Thanks to you for improving NASA WorldWind on Android! I am trying to add the support for ETC/PKM image format into WorldWind WMS server but it is more complicated than the client side.

ndorigatti commented 10 years ago

It is a good thing to do, unfortunately I think is lot harder to deal with mobile formats on a desktop server. In the meanwhile I have some new thing to commit on the main repository, I just need to know GIT better, I'm quite new to it :+1:

TrilogisIT commented 10 years ago

@nicastel The new compression seems to slow down a bit the tile download/showing. It is atm only a perception, will check further the speeds. If it is confirmed, I will check a way to do in this way only if DDS is not supported on the device. Thank you very much for the commits, i added you as the author of the new files.