mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	git-subtree-dir: lib/Leaflet.markercluster git-subtree-mainline:1218d227begit-subtree-split:e96388d6cb
		
			
				
	
	
		
			27 lines
		
	
	
		
			585 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			585 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
var deps = {
 | 
						|
 | 
						|
	Core: {
 | 
						|
		src: ['MarkerClusterGroup.js',
 | 
						|
		      'MarkerCluster.js',
 | 
						|
		      'MarkerOpacity.js',
 | 
						|
		      'DistanceGrid.js'],
 | 
						|
		desc: 'The core of the library.'
 | 
						|
	},
 | 
						|
 | 
						|
	QuickHull: {
 | 
						|
		src: ['MarkerCluster.QuickHull.js'],
 | 
						|
		desc: 'ConvexHull generation. Used to show the area outline of the markers within a cluster.',
 | 
						|
		heading: 'QuickHull'
 | 
						|
	},
 | 
						|
 | 
						|
	Spiderfier: {
 | 
						|
		src: ['MarkerCluster.Spiderfier.js'],
 | 
						|
		desc: 'Provides the ability to show all of the child markers of a cluster.',
 | 
						|
		heading: 'Spiderfier'
 | 
						|
	}
 | 
						|
};
 | 
						|
 | 
						|
if (typeof exports !== 'undefined') {
 | 
						|
	exports.deps = deps;
 | 
						|
}
 |