-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement editing functionality of all GeoLayers #296
Comments
Implementation of #254 before doing this would be advisable. |
A current exemplary implementation works as follows: f8d2160 implements a new - more generic - 36ab350 adds the input-map for 3D (primary -> left click, secondary -> right click, tertiary -> middle click) 278133f implements working functionality for Working on RasterManagement next. |
784e4a0 implements (very basic) functionality for raster editing. Some functionality is currently limited by geodot specific problems: |
Raster editing is also related to boku-ilen/geodot-plugin#83 |
We have these different GeoLayers which we want to edit:
For Vector editing, we need to add points, move points, remove points, finish objects (e.g. stop the current line), and edit attributes.
For Raster editing, we want to change the value of pixels (to Color / number between 0 and 255 / any Float value). A color/value picker would also be useful. Different brushes would also be nice (size and fade-out).
The text was updated successfully, but these errors were encountered: