enable markerclustering on map #2622
This commit is contained in:
@@ -77,6 +77,7 @@ module:
|
|||||||
language: 0
|
language: 0
|
||||||
layout_discovery: 0
|
layout_discovery: 0
|
||||||
leaflet: 0
|
leaflet: 0
|
||||||
|
leaflet_markercluster: 0
|
||||||
leaflet_more_maps: 0
|
leaflet_more_maps: 0
|
||||||
leaflet_more_markers: 0
|
leaflet_more_markers: 0
|
||||||
leaflet_views: 0
|
leaflet_views: 0
|
||||||
|
|||||||
@@ -1386,6 +1386,11 @@ display:
|
|||||||
html: '<div class="lmm-icon [node:field_map_marker:classes]">[node:field_map_marker:icon]</div>'
|
html: '<div class="lmm-icon [node:field_map_marker:classes]">[node:field_map_marker:icon]</div>'
|
||||||
html_class: leaflet-map-divicon
|
html_class: leaflet-map-divicon
|
||||||
circle_marker_options: '{"radius":5,"color":"{{ views_conditional_field }}","fillColor":"{{ views_conditional_field }}","fillOpacity":0.5}'
|
circle_marker_options: '{"radius":5,"color":"{{ views_conditional_field }}","fillColor":"{{ views_conditional_field }}","fillOpacity":0.5}'
|
||||||
|
leaflet_markercluster:
|
||||||
|
control: true
|
||||||
|
include_path: true
|
||||||
|
options: '{"spiderfyOnMaxZoom":true,"showCoverageOnHover":true,"removeOutsideVisibleBounds":false}'
|
||||||
|
excluded: '0'
|
||||||
fullscreen:
|
fullscreen:
|
||||||
control: false
|
control: false
|
||||||
options: '{"position":"topleft","pseudoFullscreen":false}'
|
options: '{"position":"topleft","pseudoFullscreen":false}'
|
||||||
|
|||||||
Reference in New Issue
Block a user