Tags: graverok/geoditor
Tags
v0.3.0 (#2) * Add key modifier support for Move Tool modify mode - Rename Pen Tool key modifiers - Rename Pen Tool drawTypes to types - Refactor tools and lib * Add update event listener * Update README * Fix Move Tool filter method * Update README.md * Fix Pen Tool cursor color * Add tool icons and change cursor * Fix feature deletion * Fix tool enabling after loading * Refactor tools * Refactor Pen tool: - Improve Hand tool support: hide and show render line on Hand tool - Temporarily clear new feature on data load Fix Core selection on data update * Refactor Controller events model: - Add preventDefault() to lock renderer - Remove custom events handlers * Add on("tool") handler * Fix tests * Make Geoditor generic type * Add demo page