dudiw
dudiw
@jpoehnelt Awesome! It's a bit tricky since the _tilt_ and _heading_ of `google.maps.Map` are in the camera's reference frame, whereas the `div` rotation(3d) is in the image's reference frame. Thank...
Thank you @jpoehnelt for the effort! I also found this old [overlay-tiler](https://github.com/jeneric/overlay-tiler/blob/master/static/overlay.js) repo that demonstrates how to transform an overlay (including planar rotation). From `overlay.js` line `156`: ```javascript var proj...
> This can be served well by using Deck.gl with Bitmap Layer: https://jsfiddle.net/regeter/j0fuqzpc/90/ Excellent @regeter ! Thank you so much!