-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
GNIP-60: Edit/Add data functionality #4091
Comments
dear @karakostis this is a great work, and I think it would be very useful also for others! |
Thanks @capooti. For the tests I will need to have a layer on which I will execute the different functions. I was thinking of using part of your "createlayer" app, in order to create the layer and use it for the tests. That means that to run my tests, I will need to enable also your contrib app. Would that approach make sense? |
sounds good @karakostis! |
I am working on the migration of a contrib app to the latest GeoNode (2.8). The app is called Edit/Add Data.
The Edit Data functionality was designed and implemented in order to give the possibility to the user to:
Below I attach some of the use cases of the app together with screenshots:
Edit the data by changing its non spatial attributes
Edit the spatial data of a layer (currently works only for point geometries)
Add a new feature (point, line or polygon)
The app is using the following libraries:
Would you guys find this app useful to be part of the core GeoNode project or as a contrib app?
The text was updated successfully, but these errors were encountered: