tentone / geo-three

Tile based geographic world map visualization library for threejs
https://tentone.github.io/geo-three/docs/
MIT License
651 stars 105 forks source link

How to load tiles with a resolution of 512 * 512 or 1024 * 1024? #50

Closed wuzhenzhen1314 closed 1 year ago

wuzhenzhen1314 commented 1 year ago

Hi, first of all, Great Project here! Thank you ! I want to ask a question:how to load tiles with a resolution of 512 512 or 1024 1024? Tiles are generated through geoserver service,and large resolution tiles are loaded to reduce the number of requests Look forward to your reply,thanks in advance.

tentone commented 1 year ago

Hello

There should be no limitation regarding the tile size. Did you have any trouble loading higher size textures?

Thanks in advance.