geo-data / cesium-terrain-server

A basic server for serving up filesystem based tilesets representing Cesium.js terrain models
271 stars 111 forks source link

URL of served Tiles #1

Closed panizzopoli closed 9 years ago

panizzopoli commented 9 years ago

Dear Homme,

I would like to know in exactly which url of the server the terrains are served. To be more clear,

var terrainProvider = new Cesium.CesiumTerrainProvider({ url : ' ?? ', });

what is the exact url to be inserted in CesiumTerrainProvider . I try to navigate the various urls of the server and ,looking at the code, i should suppose that the terrains are in urls with a similar structure of "localhost:8000/tilesets/{tileset}/0/0/1.terrain " but i don't understand what exactly correspond to {tileset} . Sorry for the dumb question. Thanks you and your team for the effort spent in the cesium terrian builder and cesium terrain server.

PS At the moment i can not use Docker

homme commented 9 years ago

@panizzopoli I have just updated the usage information in the README to address this issue. Let me know if it still doesn't make sense otherwise feel free to close the issue.

panizzopoli commented 9 years ago

Thanks a lot. Now it is more clear. I close the issue

Best Regards