Oslandia / py3dtiles

:warning: Project migrated to : https://gitlab.com/py3dtiles/py3dtiles :warning:
https://py3dtiles.org
Other
215 stars 76 forks source link

Semantic change: Tile -> TileContent #57

Closed autra closed 4 years ago

autra commented 5 years ago

This PR renames Tile into TileContent and TileReader into TileContentReader.

Rationale: in 3dtiles, the tile is the json containing a geometricError, a boundingVolume, a content etc... Whereas the content is the tile binary content (i3dm, b3dm). Py3dtiles uses Tile when refering to TileContent.

autra commented 5 years ago

@Oslandia or @Jeremy-Gaillard please r?

autra commented 5 years ago

This needs #58 to have a fixed build.