Skip to content

Draw Mode API

Compare
Choose a tag to compare
@codeofsumit codeofsumit released this 18 Feb 09:52
· 1163 commits to master since this release

enable drawmode via:

L.PM.enableDraw({
  map: map
});

disable via:

map.disableDraw();