Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed May 2, 2017
1 parent 0f1c669 commit 79025de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ A plugin of [maptalks.js](https://github.com/maptalks/maptalks.js) to draw marke

![screenshot](https://cloud.githubusercontent.com/assets/13678919/25312742/3036acb0-2853-11e7-8e9b-baf58e318a9b.jpg)

## Examples

* marker clusters of [50000 points](https://maptalks.github.io/maptalks.markercluster/demo/). (data from [Leaflet.Heat](https://github.com/Leaflet/Leaflet.heat))

## Install

* Install with npm: ```npm install maptalks.markercluster```.
Expand All @@ -29,10 +33,6 @@ var clusterLayer = new maptalks.ClusterLayer('cluster', data).addTo(map);

IE 9-11, Chrome, Firefox, other modern and mobile browsers.

## Examples

* marker clusters of [50000 points](https://maptalks.github.io/maptalks.markercluster/demo/). (data from [Leaflet.Heat](https://github.com/Leaflet/Leaflet.heat))

## API Reference

```ClusterLayer``` is a subclass of [maptalks.VectorLayer](http://docs.maptalks.org/api/maptalks.VectorLayer.html) and inherits all the methods of its parent.
Expand Down

0 comments on commit 79025de

Please sign in to comment.