Skip to content

Commit

Permalink
Merge pull request #187 from OutSystems/ROU-11344-v2
Browse files Browse the repository at this point in the history
ROU-11344: Update version of Leaflet in file
  • Loading branch information
rugoncalves authored Nov 18, 2024
2 parents 27783ad + f9255ae commit 86d4f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Maps/Leaflet/Constants/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Provider.Maps.Leaflet.Constants {
// Version of Leaflet
export const leafletVersion = '1.0.2';
export const leafletVersion = '1.9.4';

/* Default name for drawing completed event - Leaflet*/
export const drawingLeafletCompleted = 'draw:created';
Expand Down

0 comments on commit 86d4f42

Please sign in to comment.