Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Be Aware Of The Future source code.tar.gz | 2016-02-28 | 16.9 kB | |
Be Aware Of The Future source code.zip | 2016-02-28 | 26.2 kB | |
README.md | 2016-02-28 | 474 Bytes | |
Totals: 3 Items | 43.6 kB | 0 |
- Fixed Event Arguments
- Fixed Issue with multiple maps on a page
- drawing class are now ready so more shapes can be added in the future
- buttons are now ready so more shapes can be added in the future
- Changed drawing API - see readme
L.PM.initialize();
is no longer necessary. You can remove it.
Controls are now added like this:
map.pm.addControls();
instead of
L.PM.addControls(map);
Enabling/Disabling drawing modes changed too. Check the readme for more.