mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
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:
committed by
GitHub
parent
3124d306d6
commit
8545d870c0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user