Skip to content

Commit

Permalink
Retaining source URL in addition to normalized URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Jul 13, 2022
1 parent efddc9b commit 337734b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/peripleo-fitzwilliam.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/store/loaders/LinkedPlacesLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const featureToNode = (feature, name) => {

// For convenience when mapping
node.properties.id = id;
node.properties.url = feature['@id'];
node.properties.dataset = name;

return node;
Expand Down

0 comments on commit 337734b

Please sign in to comment.