-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunccd_event_map.libraries.yml
54 lines (50 loc) · 1.46 KB
/
unccd_event_map.libraries.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
leaflet:
remote: https://leafletjs.com/
license:
name: BSD
gpl-compatible: false
version: 1.3.1
js:
//unpkg.com/[email protected]/dist/leaflet.js: { type: external }
css:
theme:
//unpkg.com/[email protected]/dist/leaflet.css: { type: external }
leafletmarkercluster:
remote: https://github.com/Leaflet/Leaflet.markercluster
license:
name: MIT
gpl-compatible: false
version: 1.3.0
js:
//unpkg.com/[email protected]/dist/leaflet.markercluster.js: { type: external }
css:
theme:
//unpkg.com/[email protected]/dist/MarkerCluster.Default.css: { type: external }
dependencies:
- unccd_event_map/leaflet
leafletfullscreen:
remote: https://github.com/Leaflet/Leaflet.fullscreen
license:
name: ISC
gpl-compatible: true
version: 1.0.1
js:
//api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/Leaflet.fullscreen.min.js: { type: external }
css:
theme:
//api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/leaflet.fullscreen.css: { type: external }
dependencies:
- unccd_event_map/leaflet
datepicker:
remote: https://fengyuanchen.github.io/datepicker/
license:
name: MIT
gpl-compatible: false
version: 0.6.5
js:
//cdnjs.cloudflare.com/ajax/libs/datepicker/0.6.5/datepicker.min.js: { type: external }
css:
theme:
//cdnjs.cloudflare.com/ajax/libs/datepicker/0.6.5/datepicker.min.css: { type: external }
dependencies:
- core/jquery