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

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
|The data will now be updated in the {{software}}.
|The data will now be updated in the {{software}}.
}}
}}
==Additional parameters==
The following parameters can be added to the url, for the following effects:
* override=true: By default, when geometries of a non-overlapping datatype (such as [[construction]]s overlap, the edit is explicitly disallowed by the {{software}}. By adding this parameters, in case of overlap, the existing construction has its geometry removed in the location of the overlap, to place the new geometry of another construction.
* inherit=true: By default, constructions don't have all of their [[function value]]s exported through WFS, otherwise the large amount of data may take up an excessive amount of memory. Specifically, all function values which are not explicitly defined for a specific construction are not exported. By adding this parameters, values inherited from function values are included in the constructions as well.


==Notes==
==Notes==
* By default, overlapping features such as constructions is considered invalid, so attempting to place a construction over an existing one will inhibit the update
* By default, overlapping features of data types which cannot overlap (such as constructions) are considered invalid, so attempting to place a construction over an existing one will inhibit the update.
* Function values for constructions require an extra, explicit parameter.
* Function values for constructions require an extra, explicit parameter.

Revision as of 13:38, 10 February 2020

This article is a stub.

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

How to edit project data via WFS:
  1. Connect the GIS application to your project by adding the WFS connection to the external GIS application.
  2. Modify the features of the WFS layer. You can modify the vertices of geometries, and the attributes of features.
  3. Ensure the end result is valid. (For example: neighborhoods cannot overlap, and constructions cannot overlap.)
  4. Save the modified layer in the GIS application.
  5. The data will now be updated in the Tygron Platform.

Additional parameters

The following parameters can be added to the url, for the following effects:

  • override=true: By default, when geometries of a non-overlapping datatype (such as constructions overlap, the edit is explicitly disallowed by the Tygron Platform. By adding this parameters, in case of overlap, the existing construction has its geometry removed in the location of the overlap, to place the new geometry of another construction.
  • inherit=true: By default, constructions don't have all of their function values exported through WFS, otherwise the large amount of data may take up an excessive amount of memory. Specifically, all function values which are not explicitly defined for a specific construction are not exported. By adding this parameters, values inherited from function values are included in the constructions as well.

Notes

  • By default, overlapping features of data types which cannot overlap (such as constructions) are considered invalid, so attempting to place a construction over an existing one will inhibit the update.
  • Function values for constructions require an extra, explicit parameter.