-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
41 lines (41 loc) · 791 Bytes
/
config.yml
File metadata and controls
41 lines (41 loc) · 791 Bytes
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
---
name: "geodash-plugin-handlers"
controllers: []
directives: []
enumerations: []
templates: []
filters: []
handlers:
- clickedOnMap.js
- filterChanged.js
- hideLayer.js
- hideLayers.js
- hideModal.js
- layerLoaded.js
- requestToggleComponent.js
- selectStyle.js
- showLayer.js
- showLayers.js
- showModal.js
- stateChanged.js
- switchBaseLayer.js
#- leaflet/toggleComponent.js
- ol3/toggleComponent.js
- toggleFeatureLayer.js
- toggleControl.js
- viewChanged.js
- zoomIn.js
- zoomOut.js
- zoomToLayer.js
- zoomToLocation.js
- flyToExtent.js
- flyToLocation.js
- flyToCurrentLocation.js
- ol3/printMap.js
- ol3/toggleFullScreen.js
- startGeolocation.js
- stopGeolocation.js
- toggleGeolocation.js
schemas: []
modals: []
less: []