Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Apr 23, 2024
2 parents fe91fd7 + 7d2b345 commit ceaba68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/normalization/normalize-landmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ async function processSpatialEntities(context, metadata, gltfFile, cache, crossw
label: `Global placement of ${landmarkLabel}`,
class_type: 'SpatialPlacement',
typeOf: ['SpatialPlacement'],
source: id,
target: parentIri,
x_scaling: 1,
y_scaling: 1,
Expand Down
1 change: 1 addition & 0 deletions src/normalization/normalize-ref-organ.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ async function processSpatialEntities(context, metadata, gltfFile, cache, crossw
label: `Global placement of ${organLabel}`,
class_type: 'SpatialPlacement',
typeOf: ['SpatialPlacement'],
source: id,
target: parentIri,
placement_date: creationDate,
x_scaling: 1,
Expand Down

0 comments on commit ceaba68

Please sign in to comment.