Skip to content

Displays geo coordinates of a csv file using threejs and the google maps api

Notifications You must be signed in to change notification settings

RedInJapanese/InvernessCAThreeJS

Repository files navigation

InvernessCAThreeJS

Imgur

This project uses threejs and the google maps api to take coordinates from a csv file and plot them.

Installation

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

Update the Google Maps API 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

About

Displays geo coordinates of a csv file using threejs and the google maps api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published