Open karthikkavin opened 4 years ago
I have the same issue, did you find a solution?
this.drawOptions = {
draw: {
polygon: false
},
edit: {
edit: {}, // change from true to {}.
remove: false,
featureGroup: <your-feature-group>
}
}
// refer Control.DrawConstructorOptions in @types/leaflet-draw
Hi, I am getting these errors in my browser console. Unable to show leaflet draw options on the map. How to resolve this issue. Please help?