CesiumGS / 3d-tiles-validator

Validator for 3D Tiles :vertical_traffic_light:
https://cesium.com
Apache License 2.0
420 stars 156 forks source link

Unzip package entries if they are zipped #271

Closed javagl closed 1 year ago

javagl commented 1 year ago

The entries in packages like .3dtiles and .3tz files may be zipped individually. This was not yet anticipated by the validator. Now, resources that are accessed from these packages will be unzipped if they are zipped.

Corner cases: What should happen if someone puts a myData.tar.gz file into such a package, and does it not want to be uncompressed transparently? (Related: How can this be made clearer in the spec at https://github.com/CesiumGS/3d-tiles/issues/727 ?)

javagl commented 1 year ago

This is now part of https://github.com/CesiumGS/3d-tiles-validator/pull/270