Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E Embedded Genesys UI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGRGenesys PGR
  • Embedded Genesys UI
  • Issues
  • #42
Closed
Open
Issue created Aug 05, 2021 by Matija Obreza@mobrezaOwner

Dataset locations map

Dataset locations come with decimalLatitude, decimalLongitude. Just like on the accession details page, render one map with pins for each dataset location that comes with coordinates:

image

{ map.enabled && details.institute && details.geo.latitude && details.geo.longitude &&
  <LocationMap position={ { lat: details.geo.latitude, lng: details.geo.longitude } }/>
}

LocationMap should be updated to support an array of objects of {lat: number, lon: number} type.

Edited Aug 05, 2021 by Matija Obreza
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking