Skip to content

Commit 337734b

Browse files
committed
Retaining source URL in addition to normalized URL
1 parent efddc9b commit 337734b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/peripleo-fitzwilliam.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/store/loaders/LinkedPlacesLoader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const featureToNode = (feature, name) => {
2424

2525
// For convenience when mapping
2626
node.properties.id = id;
27+
node.properties.url = feature['@id'];
2728
node.properties.dataset = name;
2829

2930
return node;

0 commit comments

Comments
 (0)