alcalin
Results
2
comments of
alcalin
The issue is comming from here : https://github.com/Leaflet/Leaflet.draw/blob/d5dd11781c2e07f9e719308e504fe579000edf54/src/ext/GeometryUtil.js#L73 And most probably you are using javascript with 'strict mode' (undeclared variable assignment).
It can be seen [here](https://github.com/tombatossals/angular-leaflet-directive/blob/1cfbdf4a7f68bfddddc7472b5799c7b950337b2a/src/services/leafletMarkersHelpers.js#L92) that the source code tries to modify the image for the default icon in leaflet in a way different from the one recommended by leaflet...