-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
AddPart - first geometry #86
Comments
@FITCODE1 we evaluate it. Thanks |
Hi @FITCODE1,
Next stable G3W-SUITE release is expected to happen in 6 months, so June 2024 (the next one at the end of 2024). Usually, sponsored features are more likely to be implemented sooner, in this case contact [email protected] to get in touch with the sales department. Otherwise, just propose your own PR to speed things up. Below almost all the code that handles the "Add part to multipart" button (you can use that as a starting point to create a your own button): g3w-client-plugin-editing/toolboxes/toolsfactory.js Lines 147 to 160 in c7855f3
g3w-client-plugin-editing/toolboxes/toolsfactory.js Lines 301 to 314 in c7855f3
g3w-client-plugin-editing/workflows/steps/tasks/addparttomultigeometriestask.js Lines 1 to 44 in c7855f3
In this folder the base classes that are provided by the core g3w-client repository: g3w-client/src/app/core/workflow 👋 Raruto |
Checklist
Motivation
Hi,
I searched through the G3W functionalities and documentation for possibility of adding first geometry to a feature in G3W, exception of Add Part to Multipart - Screenshot01. Also I've searched through the GIT issues to make sure this feature hasn't been requested already. I hope I didn't miss something. If so, I apologize in advance.
In the scenario where I import features without geometry into a QGIS layer, is there a possibility to add first geometry to from G3W Client, function similar to AddPart from QGIS (Screenshot02)? If not, I would like to know
Regars,
Alin
Suggested solution
Adding an AddPart button next to the already existing Add part to multipart button .
Usage Flow:
Step 1. The user will select the feature of interest from the Attributes Table
Step 2. Select the AddPart button
Step 3. Draw point / line / polygon.
Step 4. Saving change ,
That geometry will be automatically associated with the previously selected feature.
Alternatives considered
The text was updated successfully, but these errors were encountered: