VCityTeam / py3dtiles

Python module to manage 3DTiles format
Other
5 stars 7 forks source link

No endline in tileset.json #21

Open LorenzoMarnat opened 2 years ago

LorenzoMarnat commented 2 years ago

The JSON file of the tileset doesn't have an endline. The tileset is encoded as JSON with a json.dumps, which doesn't add an endline. Maybe we should add one after writing the tileset.

EricBoix commented 1 year ago

Indeed it is not json.dumps responsibility to add a trailing endline.