1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: Leaflet.EasyButton v2.4.0 (#441)

This commit is contained in:
nobody
2021-05-03 07:14:19 +02:00
parent a23d2f981a
commit b7e869d48f
5 changed files with 11 additions and 0 deletions

View File

@@ -391,6 +391,8 @@ targets.setLastVersion = function (type, version) {
return '0.7.7';
} else if (type.startsWith('/leaflet/1.')) {
return '1.7.1';
} else if (type.startsWith('/Leaflet.EasyButton/2.')) {
return '2.4.0';
} else if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) {
return '1.0.2';
} else if (type.startsWith('/leaflet.markercluster/1.')) {
@@ -600,6 +602,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'easy-button.min.jsm': 'Leaflet.EasyButton',
'leaflet.featuregroup.subgroup.jsm': 'Leaflet.FeatureGroup.SubGroup',
'leaflet.markercluster.jsm': 'leaflet.markercluster',
'embedly-player.min.jsm': 'embedly player',