Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/istarkov/google-map-clustering-example
clustering example for google-map-react
https://github.com/istarkov/google-map-clustering-example
Last synced: 27 days ago
JSON representation
clustering example for google-map-react
- Host: GitHub
- URL: https://github.com/istarkov/google-map-clustering-example
- Owner: istarkov
- Created: 2016-02-02T17:59:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T06:30:23.000Z (over 8 years ago)
- Last Synced: 2024-11-08T00:43:49.404Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://istarkov.github.io/google-map-clustering-example/
- Size: 258 KB
- Stars: 200
- Watchers: 12
- Forks: 76
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opensource-apps - Google Map Clustering - map-clustering-example](http://istarkov.github.io/google-map-clustering-example) | (ReactJS)
README
# google-map-clustering-example
Clustering example for [google-map-react](https://github.com/istarkov/google-map-react)
[Click here to view](http://istarkov.github.io/google-map-clustering-example/)
### [Kotatsu](https://github.com/Yomguithereal/kotatsu)
I was heavily inspired of [kotatsu](https://github.com/Yomguithereal/kotatsu) project.
This project uses `kotatsu` as run engine.
To run this project locally (with hot reload and other fine kotatsu things)
```bash
npm install
npm run start
# open your browser at localhost:4000
```To build
```bash
npm install
npm run build
```### [MapBox](https://github.com/mapbox) and [Mourner](https://github.com/mourner)
Any map-geo library you want, always can be found there.
This project also uses [MapBox library written by Mourner](https://github.com/mapbox/supercluster)
### [Recompose by @acdlite](https://github.com/acdlite/recompose)
My lovest library, [recompose](https://github.com/acdlite/recompose) is heavily used in this project.