tangrams/tangram

how to unpack the local rgb elevation tiles in scene.yaml

Gokul71297 opened this issue · 0 comments

(red * 256 + green + blue / 256) - 32768, this is the formula to decode the tiles. please comment if anyone has the solution.