add temporary indentation to tilesets
This commit is contained in:
parent
d6bfe730eb
commit
3578d2faae
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user