iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.1k stars 298 forks source link

Mapbox tilelayer layer support #658

Closed jamesdeantv closed 5 years ago

jamesdeantv commented 6 years ago

Your Environment

Web

Context

Is it currently possible to add mapbox tile layers to a globe view? if so, is there a demo/fiddle available? I fetched the mapbox vector layer branch, but it doesn't provide a working example using a globe view.

zarov commented 6 years ago

Ah, you are too quick ! We are currently looking into the mapbox tiles, so the branch you fetched is in progress. I didn't pushed yet the globe demo I have on my computer, as it is not working at all for the moment.

You can follow the discussion about mapbox tiles in #182, and feel free to participate too !

zarov commented 5 years ago

Solved through multiples PRs, you can see it in https://github.com/iTowns/itowns/blob/master/examples/planar_vector_tiles.html and https://github.com/iTowns/itowns/blob/master/examples/globe_vector_tiles.html