ece496-blockchain-capstone-team / ece496-blockchain-simulator

Repository for the code for blockchain simulator capstone project
MIT License
2 stars 1 forks source link

Add world map UI component #13

Closed davidjyee closed 2 years ago

davidjyee commented 2 years ago

Add world map UI component, possibly use: https://www.react-simple-maps.io/

davidjyee commented 2 years ago

Did some research, we should use https://deck.gl/ instead. It's more customizable to the job we want to do and react-simple-maps does not support typescript.