Skip to content

Commit a4d68b1

Browse files
author
Paweł Marynowski
committed
feat(services): add marker clustered options
1 parent 3e71d5b commit a4d68b1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/services/map.service.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ const MapService = () => {
4747
name: 'Monuments',
4848
type: 'markercluster',
4949
visible: true,
50+
layerOptions: {
51+
spiderfyOnMaxZoom: false,
52+
showCoverageOnHover: false,
53+
zoomToBoundsOnClick: true,
54+
disableClusteringAtZoom: 17,
55+
},
5056
},
5157
},
5258
},

0 commit comments

Comments
 (0)