Skip to content

Commit

Permalink
Merge pull request #252 from akhuoa/feature/connectivity-entries-inte…
Browse files Browse the repository at this point in the history
…ractive

Making connectivity entries interactive
  • Loading branch information
alan-wu authored Nov 14, 2024
2 parents ab12257 + a65e653 commit 8d98215
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/viewers/MultiFlatmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,13 @@ export default {
id: data[i],
label: data[i + data.length / 2]
});
// connectivity list data
// data.forEach((item) => {
// connectivityData.push({
// id: item.id,
// label: item.name,
// });
// })
}
// search the features on the map first
Expand Down

0 comments on commit 8d98215

Please sign in to comment.