Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tammytee/performant-map-marker-plotting
https://github.com/tammytee/performant-map-marker-plotting
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/tammytee/performant-map-marker-plotting
- Owner: tammytee
- License: mit
- Created: 2020-07-17T20:15:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:49:24.000Z (17 days ago)
- Last Synced: 2024-10-21T22:30:04.522Z (17 days ago)
- Language: HTML
- Size: 5.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
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
## Installation1. 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.