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

Add number of points/features stats to 3D Tiles Inspector #5003

Closed
pjcozzi opened this issue Feb 14, 2017 · 3 comments
Closed

Add number of points/features stats to 3D Tiles Inspector #5003

pjcozzi opened this issue Feb 14, 2017 · 3 comments

Comments

@pjcozzi
Copy link
Contributor

pjcozzi commented Feb 14, 2017

@austinEng can you please do this after #4978 and the related blog post?

For point clouds (pnts), we'd like the inspector to report the total number of points downloaded and the number currently rendered.

For 3D models (b3dm, i3dm), we'd like to report the same for number of features, e.g., number of buildings.

Please test with composite tiles as well.

Later, we'll add support for vctr; in the meantime, please display a warning if a tileset has a vector tile.

CC @austinEng

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Feb 14, 2017

downloaded === in memory, not those that were unloaded from the cache.

CC #3241

@austinEng
Copy link
Contributor

Do we want to differentiate between the types of features? i.e. If there are different types of content (models and points). Should the inspector report the feature counts separately?

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Feb 15, 2017

Yes, features (from b3dm and i3dm) should be a separate count from points (pnts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants