CesiumGS / 3d-tiles

Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:
2.14k stars 469 forks source link

OSM model of New York #91

Closed wael3l closed 8 years ago

wael3l commented 8 years ago

is there any location from which we can download the OSM model of New York dataset , or its batched file and tileset file togther ? i wanted to work with 3d tile , and use the OSM model of New York as my data source,however i could not find so far the b3dm file of NY and its tileset file online .

Parthesh commented 8 years ago

https://cesiumjs.org/NewYork/3DTiles/NewYork.zip

wael3l commented 8 years ago

Thanks ! but when i have opened the tileset , i guess its encoded by CRC32 ,and when i added its url as below, it did not work var tilesetUrl = '../../../Specs/Data/Cesium3DTiles/Tilesets/NewYork/';

is there a way to get it in Json format as normal tilesets ?

pjcozzi commented 8 years ago

https://cesiumjs.org/NewYork/3DTiles/NewYork.zip

This is the right place to download the 3D Tiles tileset for the OSM NYC extract. It is possible that it is out-of-date compared to Cesium's 3d-tiles branch.

@mramato if this is the case, can we update it?

mramato commented 8 years ago

That zip file is up to date, but all of the tiles are pre-gzipped and need to be served with Content-Encoding of gzip in order to be loaded by the browser. How you set this header depends on what server technology you are using for the data.

We should probably include a README and simple node-based server with the zip to make serving tyhe data easy. I'll keep this open and close it when that's done.

pjcozzi commented 8 years ago

We should probably include a README and simple node-based server with the zip to make serving tyhe data easy. I'll keep this open and close it when that's done.

@mramato can you move this issue to another repo - even the Cesium 3d-tiles roadmap issue, https://github.com/AnalyticalGraphicsInc/cesium/issues/3241 - so we can keep this repo focused on spec issues?