[Pkg-javascript-commits] [leaflet-markercluster] 174/219: Added TOC into README

Jonas Smedegaard dr at jones.dk
Sat May 7 09:39:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet-markercluster.

commit 6c7da0549462a25439e02d28e86fa2e7d68b5d50
Author: ghybs <ghybs1 at gmail.com>
Date:   Fri Nov 13 17:13:49 2015 +0400

    Added TOC into README
---
 README.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/README.md b/README.md
index 3233179..b3529b9 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,39 @@ Provides Beautiful Animated Marker Clustering functionality for [Leaflet](http:/
 For a Leaflet 0.5 compatible version, [Download b128e950](https://github.com/Leaflet/Leaflet.markercluster/archive/b128e950d8f5d7da5b60bd0aa9a88f6d3dd17c98.zip)<br>
 For a Leaflet 0.4 compatible version, [Download the 0.2 release](https://github.com/Leaflet/Leaflet.markercluster/archive/0.2.zip)
 
+<!---
+TOC created with gh-md-toc
+https://github.com/ekalinin/github-markdown-toc
+removed link to h1 and indented back 2 spaces all links.
+-->
+## Table of Contents
+  * [Using the plugin](#using-the-plugin)
+    * [Usage](#usage)
+  * [Options](#options)
+    * [Defaults](#defaults)
+    * [Customising the Clustered Markers](#customising-the-clustered-markers)
+    * [All Options](#all-options)
+  	* [Enabled by default (boolean options)](#enabled-by-default-boolean-options)
+  	* [Other options](#other-options)
+  	* [Chunked addLayers options](#chunked-addlayers-options)
+  * [Events](#events)
+    * [Additional MarkerClusterGroup Events](#additional-markerclustergroup-events)
+  * [Methods](#methods)
+    * [Group methods](#group-methods)
+  	* [Adding and removing Markers](#adding-and-removing-markers)
+  	* [Bulk adding and removing Markers](#bulk-adding-and-removing-markers)
+  	* [Getting the visible parent of a marker](#getting-the-visible-parent-of-a-marker)
+  	* [Refreshing the clusters icon](#refreshing-the-clusters-icon)
+  	* [Other Group Methods](#other-group-methods)
+    * [Clusters methods](#clusters-methods)
+  	* [Getting the bounds of a cluster](#getting-the-bounds-of-a-cluster)
+  	* [Zooming to the bounds of a cluster](#zooming-to-the-bounds-of-a-cluster)
+  	* [Other clusters methods](#other-clusters-methods)
+  * [Handling LOTS of markers](#handling-lots-of-markers)
+  * [License](#license)
+  * [Sub-plugins](#sub-plugins)
+
+
 ## Using the plugin
 
 Install with Bower: `bower install leaflet.markercluster`

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list