How to edit your project data via WFS: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
When an external GIS application supports [[WFS transaction]]s, it is possible to edit the data in a project via the [[WFS]] connection.
When an external GIS application supports [[Transaction support|WFS transaction]], it is possible to edit the data in a project in a GIS.


It is currently possible to edit geometries and attributes. It is also possible to add new features. It is currently not possible to remove features.
It is currently possible to edit geometries and attributes and add new features. It is not possible to remove features.


{{editor steps|title=edit project data via WFS
{{editor steps|title=edit project data via WFS
|Connect the GIS application to your project by [[How to access your project's WFS in QGIS|adding the WFS connection]] to the external GIS application.
|[[How to access your project's WFS in QGIS|Add the WFS connection]] to your GIS application.
|Modify the features of the WFS layer. You can modify the vertices of geometries, and the attributes of features.
|Edit the data and ensure the end result is valid. (For example: [[neighborhood]]s cannot overlap, and [[construction]]s cannot overlap.)
|Ensure the end result is valid. (For example: [[neighborhood]]s cannot overlap, and [[construction]]s cannot overlap.)
|Save your edits.
|Save the modified layer in the GIS application.
|The data will now be updated in the {{software}}.
|The data will now be updated in the {{software}}.
}}
}}


==Notes==
==Notes==
* Editing data does not work if your project is in a [[Test_Run|test run]]
* When using a WFS endpoint which only displays partial data (such as the ROADS endpoint for constructions), any submitted modification must still be valid across ''all'' data. I.e., even if you can't see other constructions in your GIS application, the modified roads are not allowed to intersect with other constructions in the project in the {{software}}.
* When using a WFS endpoint which only displays partial data (such as the ROADS endpoint for constructions), any submitted modification must still be valid across ''all'' data. I.e., even if you can't see other constructions in your GIS application, the modified roads are not allowed to intersect with other constructions in the project in the {{software}}.


==See also==
==See also==
* [[How to modify your project's WFS url to allow transactions to overwrite conflicting data]]
* [[How to modify your project's WFS url to allow transactions to overwrite conflicting data]]

Revision as of 09:17, 25 March 2020

When an external GIS application supports WFS transaction, it is possible to edit the data in a project in a GIS.

It is currently possible to edit geometries and attributes and add new features. It is not possible to remove features.

How to edit project data via WFS:
  1. Add the WFS connection to your GIS application.
  2. Edit the data and ensure the end result is valid. (For example: neighborhoods cannot overlap, and constructions cannot overlap.)
  3. Save your edits.
  4. The data will now be updated in the Tygron Platform.

Notes

  • Editing data does not work if your project is in a test run
  • When using a WFS endpoint which only displays partial data (such as the ROADS endpoint for constructions), any submitted modification must still be valid across all data. I.e., even if you can't see other constructions in your GIS application, the modified roads are not allowed to intersect with other constructions in the project in the Tygron Platform.

See also