Skip to content

Add polygon freehand-drawing #24

@mfl28

Description

@mfl28
  • Add freehand polygon-drawing mode. Draw JavaFX Path shapes which are automatically converted to polygons upon drawing completion.
  • It should be possible to remove vertices using a topological simplification algorithm (using jts). For freehand drawn shapes the simplification should optionally (default=on) run automatically when converting freehand drawn paths to polygons. It should also be possible to run simplification on already created polygons.
  • Introduce new EditorSettings settings pane to set the simplification algorithm settings (auto-simplification on/off, simplification tolerance [low->medium->high]).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions