This project uses threejs and the google maps api to take coordinates from a csv file and plot them.
To install the repository, run the following command.
git clone https://github.com/RedInJapanese/InvernessCAThreeJS.git
npm i
npm start -- --port=8080
Note: The API key does not belong to me. This key is from the google maps api docs page and is restricted to localhost:8080
.
DO NOT TRY HOSTING THIS APPLICATION WITH THE CURRENT KEY
The application is currently using the .env file to embed the API key in the HTML document. This is a temporary key and is not valid for production usage.
The key can be replaced by following these instructions to get an api key.
After changing the key, restart the server using port 8080 like so:
npm start -- --port=8080