tangrams / tangram

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

Zoom and tilt #725

Closed skerit closed 5 years ago

skerit commented 5 years ago

I'm trying to implement a zoom-and-tilt feature, much like how you can navigate around the map in Pokemon Go or Ingress, but I can't seem to find a way to manipulate the tilt as I'm zooming in or out.

Is it possible to do so in tangram?

bcamper commented 5 years ago

Unfortunately there is no tilt capability in Tangram JS (there is in the native Tangram ES). There are some WIP branches for JS along these lines, but definitely not ready for primetime.