Features
- Add option for overriding draw shortcuts (#23)
- Add option for disabling drawing marker (#18)
- Add options for tooltips (waypoint, segment)
- Disable shortcuts by setting
options.shortcut
tofalse
. - Add support for loading GeoJSON without waypoints (#16).
- Add option to #loadGeoJSON() to disable map fit bounds.
- Add OSM demo
- …as well as countless updates to the readme and code readability.
Breaking changes
- Default shortcut key for draw enable is
d
- Default shortcut key for draw disable is
q
Features
- Add changelog overview (#14)
- Add Change map bounds when loading GeoJSON (#13)
Bugfixes
- Fix undefined evaluation when snapping layer is not avaiable (#15)
- Fail gracefully when loading invalid GeoJSON (#12)
- Implements
#loadGeoJSON()
method (#3)
- Format of
properties.waypoints
in#toGeoJSON()
is changed according to #3.