forked from nantunes/data-layer-clusterer
-
Notifications
You must be signed in to change notification settings - Fork 1
new cluster image location (Google switched from googlecode to github) #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
bf760ee
new cluster image location (Google switched from googlecode to github)
4118eb5
fix errors being thrown due to the new .extend() notation for the opt...
f52d049
features of type LineString are now working
3e0d6f1
Update bower.json
Connum 137363b
added cluster marker images and newly created svg versions
ba80d93
minified marker svg versions
6f4b39d
new marker image path using rawgit CDN, uses SVG depending on feature...
400a073
new marker image path using rawgit CDN, uses SVG depending on feature...
6fb3272
removed TODO
3519994
override addListener() inherited by google.maps.OverlayView
3381c49
style
5868b96
clustering working for polygons as well
86fa57b
short writing style (might be a bit more performant than if/else)
17f2e60
Update README.md
Connum 1713add
Update README.md
Connum b50b4e2
new option 'setProperty':
4f70884
Update README.md
Connum c1737ba
make the property name 'in_cluster' configurable with the constant Da...
8fe39a5
Update README.md
Connum 4c16f58
fix: it was not possible to set setReady(false)
1d8591f
performance optimization: redrawing was triggered too often initially
8aa83bf
fix: if setProperty is true, ignore all markers that are hidden even ...
3b7d604
if the setProperty option is true, trigger a redraw on setStyle()
6844fe3
updated version to version in the jsdocs section (1.0.0) to make it d...
1cdb097
new recolorSvg option
a9af715
fixed handling of recolorSVG option (could only be turned off by an e...
dd75189
fixed case in recolorSVG option in the jsdocs
2ef00e0
restructured initialization in order to prevent js erros when recolor...
b4c31fd
Update README.md
Connum 2590a17
Update README.md
Connum d826cf9
new option minimumPolySize, updated package.json, increased version n...
0c6c03a
Update README.md
Connum b5ef48c
Update README.md
Connum 7da81f6
FeatureCluster.addFeature - Avoid doing twice the work
10da8be
Remove setStyle within init which did not allow our own setStyle
de90f4a
Merge pull request #1 from QueenCityCodeFactory/optimize-add-feature
Connum 9d33d3b
Merge pull request #2 from QueenCityCodeFactory/remove-init-style-ove...
Connum 07f331b
coding style
acda46b
performance optimization: do not recalculate center if _center is alr...
Connum 8884026
performance: removed unnecessary expensive loop over features
Connum e792ca6
some minor performance improvement (prevents flickering): do not redr...
Connum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
7 changes: 4 additions & 3 deletions
bower.json
This file contains hidden or 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
Binary file added
images/m1.png
1 change: 1 addition & 0 deletions
images/m1.svg
Binary file added
images/m2.png
1 change: 1 addition & 0 deletions
images/m2.svg
Binary file added
images/m3.png
1 change: 1 addition & 0 deletions
images/m3.svg
Binary file added
images/m4.png
1 change: 1 addition & 0 deletions
images/m4.svg
Binary file added
images/m5.png
1 change: 1 addition & 0 deletions
images/m5.svg
7 changes: 4 additions & 3 deletions
package.json
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.