A side project that leverages Google Maps APIs and geometry to allow for grid mapping over top of satellite images.
I created on an earlier version of this web app back in late 2016, including the method for generating the grid.
- Adding a fourth step with the selected grid portion enlarged and centered.
- Transforming the static map image to fit the enlarged grid selection.
- Adding ability to plot objects onto the enlarged grid selection.
- Create an API key on the Google Cloud Platform.
- Enable the Maps JavaScript API, the Maps Static API, and the Places API.
- Clone the repo and open the project.
- Run
npm install
to install dependencies. - Run
cp .env.example .env
and add your Google Maps Platform API key.
Run npm run dev
to run the project using webpack-dev-server.
Run npm run build
to compile and generate static files in ./dist
.