From 79025debee30ad1653b698c58c554d8fe642dec6 Mon Sep 17 00:00:00 2001 From: fuzhenn Date: Tue, 2 May 2017 16:55:53 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60a593a..f3b9272 100644 --- a/README.md +++ b/README.md @@ -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```. @@ -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.