Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSM model of New York #91

Closed
wael3l opened this issue May 3, 2016 · 5 comments
Closed

OSM model of New York #91

wael3l opened this issue May 3, 2016 · 5 comments

Comments

@wael3l
Copy link

wael3l commented May 3, 2016

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
Copy link

Parthesh commented May 3, 2016

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

@wael3l
Copy link
Author

wael3l commented May 4, 2016

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
Copy link
Contributor

pjcozzi commented May 8, 2016

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
Copy link

mramato commented May 9, 2016

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
Copy link
Contributor

pjcozzi commented Jul 10, 2016

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, CesiumGS/cesium#3241 - so we can keep this repo focused on spec issues?

@pjcozzi pjcozzi closed this as completed Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants