We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27783ad + f9255ae commit 86d4f42Copy full SHA for 86d4f42
1 file changed
src/Providers/Maps/Leaflet/Constants/Constants.ts
@@ -1,6 +1,6 @@
1
namespace Provider.Maps.Leaflet.Constants {
2
// Version of Leaflet
3
- export const leafletVersion = '1.0.2';
+ export const leafletVersion = '1.9.4';
4
5
/* Default name for drawing completed event - Leaflet*/
6
export const drawingLeafletCompleted = 'draw:created';
0 commit comments