Markers clusters
Get beautiful animated marker clustering
SEEMAP integrates Leaflet Marker Cluster.
<SEEMAP_FILE_URL>?cluster=<true or false>
- If default marker cluster is set to
true
, just add GET parametercluster=false
to disable marker cluster. - If default marker cluster is set to
false
, just add GET parametercluster=true
to enable marker cluster.
<iframe src="../../seemap.html?marker=48.852855084244275,2.3482764253351434,Paris&marker=47.05692600913301,2.309900469185777&marker=43.348569315109174,5.374661932049889,Marseille&zoom=2"></iframe>
<!-- DEMO ONLY -->
<style>
iframe {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
<iframe src="../../seemap.html?cluster=false&marker=48.852855084244275,2.3482764253351434,Paris&marker=47.05692600913301,2.309900469185777&marker=43.348569315109174,5.374661932049889,Marseille&zoom=2"></iframe>
<!-- DEMO ONLY -->
<style>
iframe {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style>