Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tammytee/performant-map-marker-plotting


https://github.com/tammytee/performant-map-marker-plotting

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Performant Map Marker Plotting

An example application demonstrating a performant approach to plotting a large number of markers on a Google Map.

# Setup
## Installation

1. Install all dependencies using npm clean install.
```
$ npm ci
```
You can still use `npm install` in cases the `npm ci` raises system error due to specific platform incompatibilities.