The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
24 views

How to activate drawTool and start drawing with only one mousedown event?

I'm trying to draw a rectangle on the map using the DrawTool component. I want to start drawing directly after performing a Ctrl + MouseDown. So in the map_mouseDownHandler function I put the ...
0
votes
0answers
78 views

Use leaflet draw plugin with mobile application

I am working on an Android project using leaflet to show a map, but I also want to add drawing features to my application. I found the leaflet draw plugin, but it's not really designed for mobile ...