mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-12-19 00:10:46 +01:00
Started user control
This commit is contained in:
32
static/leafletCluster/build/deps.js
Normal file
32
static/leafletCluster/build/deps.js
Normal file
@@ -0,0 +1,32 @@
|
||||
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'
|
||||
},
|
||||
|
||||
Refresh: {
|
||||
src: ['MarkerClusterGroup.Refresh.js'],
|
||||
desc: 'Method to request refreshing of clusters icon to reflect changes in markers data.',
|
||||
heading: 'Refresh'
|
||||
}
|
||||
};
|
||||
|
||||
if (typeof exports !== 'undefined') {
|
||||
exports.deps = deps;
|
||||
}
|
||||
Reference in New Issue
Block a user