What a shame. I guess they got sick of people taking their code and ripping out their API subscriptions. For anyone interested in an open source mapping library (that also has 3D support) that can handle raster data (including the Mapbox tiles), I launched a project 2 weeks ago that is the culmination of 7 years effort: https://github.com/felixpalmer/procedural-gl-js/ . I must say (while acknowledging my huge bias) t…
Very very cool :) Three observations: - Why have a vertical limit when rotating in 3D? I have to click on 2D to look directly top-down. This would be the natural result if I simply tilted the camera all the way downward, but instead it maxes out at some arbitrary angle. (Same the other way, I want to look at the horizon, but I guess there are bandwidth issues involved.) - Scroll zoom is waaay to slow. I have a mouse…
As you say, the further you can see the higher the bandwidth bill. If you really want to see the horizon, make the window narrow :)
For the other issues, could you please file a issue on the repo? This is not expected and works great on all machines I've tested.