We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be5fab commit a7113b2Copy full SHA for a7113b2
icons.js
@@ -87,5 +87,21 @@ var app = app || {};
87
popupAnchor: [1, -34],
88
shadowSize: [45, 37]
89
});
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
101
102
103
104
105
106
107
})();
icons/dashboard.png
1.66 KB
icons/flow.png
1.36 KB
0 commit comments