Create definitions with it's id

This commit is contained in:
oguzhankoral
2023-03-20 22:11:52 +03:00
parent 57879a57cd
commit ce7ac6da16
@@ -16,7 +16,7 @@ module SpeckleConnector
type = def_obj['type']
category = def_obj['category']
return "#{family}-#{type}-#{category}"
return "#{family}-#{type}-#{category}-#{def_obj['id']}"
end
def self.to_native(state, definition, layer, entities, &convert_to_native)