ifccityjson: Fix bug dependency updated CJIO

In the new CJIO module, cityjson vertices got transformed automatically when calling the object faces. Now this is not the case anymore.
This commit is contained in:
Laurens Oostwegel
2021-11-03 08:45:36 +01:00
committed by GitHub
parent 3124d306d6
commit 8545d870c0
+1 -1
View File
@@ -36,7 +36,7 @@ if __name__ == '__main__':
parser.set_defaults(split=True)
args = parser.parse_args()
city_model = cityjson.load(args.input)
city_model = cityjson.load(args.input, transform=False)
data = {}
if args.name:
data["name_attribute"] = args.name