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

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
}}
}}
{{article end
{{article end
|Notes=
|notes=
* Editing data does not work if your project is in a [[Test_Run|test run]]
* 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 buildings), any submitted modification must still be valid across ''all'' data. I.e., even if you can't see other buildings in your GIS application, the modified roads are not allowed to intersect with other buildings in the project in the {{software}}.
* When using a WFS endpoint which only displays partial data (such as the ROADS endpoint for buildings), any submitted modification must still be valid across ''all'' data. I.e., even if you can't see other buildings in your GIS application, the modified roads are not allowed to intersect with other buildings in the project in the {{software}}.


|Seealso=
|seealso=
* [[How to access your project's WFS in QGIS]]
* [[How to access your project's WFS in QGIS]]
* [[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]]
}}
}}
[[Category:How-to's]][[Category:WFS]]
[[Category:How-to's]][[Category:WFS]]

Revision as of 08:58, 9 November 2023

When an external GIS application supports WFS-T (transaction operation), 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 buildings 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 buildings), any submitted modification must still be valid across all data. I.e., even if you can't see other buildings in your GIS application, the modified roads are not allowed to intersect with other buildings in the project in the Tygron Platform.

See also