tangrams / tangram

WebGL map rendering engine for creative cartography
https://tangram.city
MIT License
2.2k stars 290 forks source link

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

Open Gokul71297 opened 2 years ago

Gokul71297 commented 2 years ago

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