-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: jesusr/data-layer-clusterer
base: master
head repository: Connum/data-layer-clusterer
compare: master
Commits on Sep 28, 2016
-
new cluster image location (Google switched from googlecode to github)
Constantin Groß committedSep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for bf760ee - Browse repository at this point
Copy the full SHA bf760eeView commit details -
fix errors being thrown due to the new .extend() notation for the opt…
…ions introduced with commit 7e86e3a by jesusr (will have to look into this later...)
Constantin Groß committedSep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 4118eb5 - Browse repository at this point
Copy the full SHA 4118eb5View commit details -
features of type LineString are now working
Constantin Groß committedSep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for f52d049 - Browse repository at this point
Copy the full SHA f52d049View commit details -
Changed project homepage, description text and keywords
Configuration menu - View commit details
-
Copy full SHA for 3e0d6f1 - Browse repository at this point
Copy the full SHA 3e0d6f1View commit details -
added cluster marker images and newly created svg versions
Constantin Groß committedSep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 137363b - Browse repository at this point
Copy the full SHA 137363bView commit details -
Constantin Groß committed
Sep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for ba80d93 - Browse repository at this point
Copy the full SHA ba80d93View commit details -
new marker image path using rawgit CDN, uses SVG depending on feature…
… detection
Constantin Groß committedSep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 6f4b39d - Browse repository at this point
Copy the full SHA 6f4b39dView commit details -
new marker image path using rawgit CDN, uses SVG depending on feature…
… detection
Constantin Groß committedSep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 400a073 - Browse repository at this point
Copy the full SHA 400a073View commit details -
Constantin Groß committed
Sep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 6fb3272 - Browse repository at this point
Copy the full SHA 6fb3272View commit details -
override addListener() inherited by google.maps.OverlayView
Constantin Groß committedSep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 3519994 - Browse repository at this point
Copy the full SHA 3519994View commit details
Commits on Sep 29, 2016
-
Constantin Groß committed
Sep 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 3381c49 - Browse repository at this point
Copy the full SHA 3381c49View commit details -
clustering working for polygons as well
Constantin Groß committedSep 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 5868b96 - Browse repository at this point
Copy the full SHA 5868b96View commit details -
short writing style (might be a bit more performant than if/else)
Constantin Groß committedSep 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 86fa57b - Browse repository at this point
Copy the full SHA 86fa57bView commit details -
Added a description about the reasons for this fork and what has been changed so far.
Configuration menu - View commit details
-
Copy full SHA for 17f2e60 - Browse repository at this point
Copy the full SHA 17f2e60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1713add - Browse repository at this point
Copy the full SHA 1713addView commit details -
Instead of changing the StyleOption attribute 'visible' of the features directly, a property 'in_cluster' is set on the features, which can then be used to toggle visibility, taking into account other properties (useful for additonal filtering, for example)
Constantin Groß committedSep 29, 2016 Configuration menu - View commit details
-
Copy full SHA for b50b4e2 - Browse repository at this point
Copy the full SHA b50b4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f70884 - Browse repository at this point
Copy the full SHA 4f70884View commit details -
make the property name 'in_cluster' configurable with the constant Da…
…taLayerClusterer.CLUSTER_PROPERTY_NAME
Constantin Groß committedSep 29, 2016 Configuration menu - View commit details
-
Copy full SHA for c1737ba - Browse repository at this point
Copy the full SHA c1737baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe39a5 - Browse repository at this point
Copy the full SHA 8fe39a5View commit details
Commits on Sep 30, 2016
-
fix: it was not possible to set setReady(false)
Constantin Groß committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 4c16f58 - Browse repository at this point
Copy the full SHA 4c16f58View commit details -
performance optimization: redrawing was triggered too often initially
Constantin Groß committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 1d8591f - Browse repository at this point
Copy the full SHA 1d8591fView commit details -
fix: if setProperty is true, ignore all markers that are hidden even …
…if not in a cluster
Constantin Groß committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 8aa83bf - Browse repository at this point
Copy the full SHA 8aa83bfView commit details -
if the setProperty option is true, trigger a redraw on setStyle()
Constantin Groß committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 3b7d604 - Browse repository at this point
Copy the full SHA 3b7d604View commit details -
updated version to version in the jsdocs section (1.0.0) to make it d…
…ifferent from the original repo
Constantin Groß committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 6844fe3 - Browse repository at this point
Copy the full SHA 6844fe3View commit details -
Constantin Groß committed
Sep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 1cdb097 - Browse repository at this point
Copy the full SHA 1cdb097View commit details -
fixed handling of recolorSVG option (could only be turned off by an e…
…mpty string value before)
Constantin Groß committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for a9af715 - Browse repository at this point
Copy the full SHA a9af715View commit details -
fixed case in recolorSVG option in the jsdocs
Constantin Groß committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for dd75189 - Browse repository at this point
Copy the full SHA dd75189View commit details -
restructured initialization in order to prevent js erros when recolor…
…SVG was used but the marker svg had not been loaded by the time the clusters were created
Constantin Groß committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 2ef00e0 - Browse repository at this point
Copy the full SHA 2ef00e0View commit details
Commits on Oct 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b4c31fd - Browse repository at this point
Copy the full SHA b4c31fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2590a17 - Browse repository at this point
Copy the full SHA 2590a17View commit details
Commits on Oct 10, 2016
-
new option minimumPolySize, updated package.json, increased version n…
…umber to 1.0.1
Constantin Groß committedOct 10, 2016 Configuration menu - View commit details
-
Copy full SHA for d826cf9 - Browse repository at this point
Copy the full SHA d826cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6c03a - Browse repository at this point
Copy the full SHA 0c6c03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ef48c - Browse repository at this point
Copy the full SHA b5ef48cView commit details
Commits on Dec 27, 2016
-
FeatureCluster.addFeature - Avoid doing twice the work
Miguel Sainz Jr committedDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 7da81f6 - Browse repository at this point
Copy the full SHA 7da81f6View commit details -
Remove setStyle within init which did not allow our own setStyle
Looks to have no negative effects...
Miguel Sainz Jr committedDec 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 10da8be - Browse repository at this point
Copy the full SHA 10da8beView commit details
Commits on Feb 3, 2017
-
Merge pull request #1 from QueenCityCodeFactory/optimize-add-feature
FeatureCluster.addFeature - Avoid doing twice the work
Configuration menu - View commit details
-
Copy full SHA for de90f4a - Browse repository at this point
Copy the full SHA de90f4aView commit details -
Merge pull request #2 from QueenCityCodeFactory/remove-init-style-ove…
…rride Remove setStyle within init which did not allow our own setStyle
Configuration menu - View commit details
-
Copy full SHA for 9d33d3b - Browse repository at this point
Copy the full SHA 9d33d3bView commit details -
Constantin Groß committed
Feb 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 07f331b - Browse repository at this point
Copy the full SHA 07f331bView commit details
Commits on Feb 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for acda46b - Browse repository at this point
Copy the full SHA acda46bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8884026 - Browse repository at this point
Copy the full SHA 8884026View commit details -
some minor performance improvement (prevents flickering): do not redr…
…aw if neither bounding box nor zoom level has changed on idle or zoom_changed (for example, if zooming out beyond a specific zoom level has been disabled on the map)
Configuration menu - View commit details
-
Copy full SHA for e792ca6 - Browse repository at this point
Copy the full SHA e792ca6View commit details
There are no files selected for viewing
Large diffs are not rendered by default.