You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
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
.popup() - function (d,marker) to return the string or DOM content of a popup
.renderPopup(true) - set if popups should be shown; Default: true
.cluster(false) - set if markers should be clustered. Requires leaflet.markercluster.js; Default: false
.clusterObject({..}) - options for the markerCluster object
.clusterOptions({..}) - options for the markerCluster object
.rebuildMarkers(false) - set if all markers should be rebuild each time the map is redrawn. Degrades performance; Default: false
.brushOn(true) - if the map would select datapoints; Default: true
.filterByArea(false) - if the map should filter data based on the markers inside the zoomed in area instead of the user clicking on individual markers; Default: false