vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.97k stars 293 forks source link

For tilelayer, can it achieve something like googlemap? #181

Open lslzl3000 opened 8 months ago

lslzl3000 commented 8 months ago

like any map system, I want to try something like dynamically change tile size and texture on view change & zoom, so that it cloud load different lat/lng/zoom texture on each tile

e.g. for google map tiles we can get a tile image for give lat/lng/zoom by https://mt1.google.com/vt/lyrs=m&hl=en&x={lat}&y={lng}&z={zoom} tile