-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating bower package and adding some additional documentation
- Loading branch information
1 parent
4568948
commit 5793d0e
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
markerclustererplus | ||
=================== | ||
|
||
MarkerClustererPlus | ||
================== | ||
|
||
This is an enhanced version of the MarkerClusterer library for managing large amounts of markers. It adds support for several new properties as well as support for four more events. It also allows greater control over the styling of the text that appears on the cluster marker. The documentation has been significantly improved and the overall code has been simplified and polished. Very large numbers of markers can now be managed without causing Javascript timeout errors on Internet Explorer. It is backward compatible with MarkerClusterer. | ||
|
||
This is git version of http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/ | ||
This is git version of the [google svn repo](http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/). | ||
|
||
### Additional Features | ||
|
||
* hideLabel option - removes numbers on the clusters | ||
* bower support - `package.json` for the bower package management system. Note that the bower package version number mirrors the version number in Google's SVN even though this repo has some exclusive modifications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters