Skip to content

Commit a7113b2

Browse files
committed
Add icons for dashboards and flow control
1 parent 2be5fab commit a7113b2

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

icons.js

+16
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,21 @@ var app = app || {};
8787
popupAnchor: [1, -34],
8888
shadowSize: [45, 37]
8989
});
90+
app.flow_icon = L.icon({
91+
iconUrl: 'icons/flow.png',
92+
shadowUrl: 'icons/shadow.png',
93+
iconSize: [32, 37],
94+
iconAnchor: [14, 41],
95+
popupAnchor: [1, -34],
96+
shadowSize: [45, 37]
97+
});
98+
app.dashboard_icon = L.icon({
99+
iconUrl: 'icons/dashboard.png',
100+
shadowUrl: 'icons/shadow.png',
101+
iconSize: [32, 37],
102+
iconAnchor: [14, 41],
103+
popupAnchor: [1, -34],
104+
shadowSize: [45, 37]
105+
});
90106

91107
})();

icons/dashboard.png

1.66 KB
Loading

icons/flow.png

1.36 KB
Loading

0 commit comments

Comments
 (0)