forked from open-y-subprojects/openy_map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopeny_map.libraries.yml
48 lines (44 loc) · 1.18 KB
/
openy_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
openy_map:
version: 1.2
js:
js/map.js: {}
css:
component:
css/map.css: {}
dependencies:
- core/jquery
- core/once
- jquery_ui_autocomplete/autocomplete
- core/drupal
- core/drupalSettings
- openy_map/jquery.multiselect
jquery.multiselect:
version: 1.0
js:
js/jquery.multiselect.js: {}
css:
component:
css/jquery.multiselect.css: {}
gmaps:
js:
https://maps.googleapis.com/maps/api/js: { type: external }
leaflet:
version: 1.3.3
js:
https://unpkg.com/leaflet@1.3.3/dist/leaflet.js: { type: external }
css:
component:
https://unpkg.com/leaflet@1.3.3/dist/leaflet.css: { type: external }
# MarkerCluster support.
leaflet.markercluster:
remote: https://github.com/Leaflet/Leaflet.markercluster
version: '1.4.1'
license:
name: MIT-LICENSE
gpl-compatible: true
css:
component:
'https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css': { type: external }
'https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css': { type: external }
js:
'https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js': { type: external, minified: true }