Skip to content

Commit

Permalink
Slightly updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor-Vladyka committed May 13, 2020
1 parent 5dc6e6a commit f65513c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ If you are facing OutOfMemory problem printing huge amount of objects you may co
// markerClusterGroup to print
var printableObjects = L.markerClusterGroup();

// We are not cloning markercluster to preserve original clasterization behavior and prevent OutOfMemory problems, but this way we will need to invalidate MarkerClusterGroup after printing
// We are not cloning markercluster to preserve original clasterization behavior and prevent OutOfMemory problems
// This way we will need to invalidate MarkerClusterGroup after printing
L.Control.BrowserPrint.Utils.registerLayer(L.MarkerClusterGroup,
'L.MarkerClusterGroup',
function (layer, utils) {
Expand Down

0 comments on commit f65513c

Please sign in to comment.