Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SPP 2143 Learning Through Connecting
ltc_website
Commits
72d94ece
Commit
72d94ece
authored
Nov 23, 2020
by
amarcic
Browse files
related objects: added coordinates to related objects
parent
01c0b4fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/ResultsTable/ResultsTable.jsx
View file @
72d94ece
...
...
@@ -81,6 +81,7 @@ export const ResultsTable = (props) => {
key
=
{
`
${
indexRelatedObj
}
.
${
indexPlace
}
`
}
index
=
{
`
${
indexRelatedObj
}
.
${
indexPlace
}
`
}
item
=
{
relatedObj
}
itemCoordinates
=
{
place
&&
place
.
coordinates
}
itemLocation
=
{
place
&&
place
.
name
}
mode
=
{
"
objects
"
}
openPopup
=
{
openPopup
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment