add temporary indentation to tilesets

This commit is contained in:
Guille Gutierrez 2023-10-11 06:01:15 +02:00
parent d6bfe730eb
commit 3578d2faae

View File

@ -136,4 +136,4 @@ class CesiumjsTileset:
self._tile_set['root']['children'].append(tile) self._tile_set['root']['children'].append(tile)
with open(self._file_name, 'w') as f: with open(self._file_name, 'w') as f:
json.dump(self._tile_set, f) json.dump(self._tile_set, f, indent=2)