How to modify your project's WFS url to allow transactions to overwrite conflicting data: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
(Created page with "When using the WFS endpoint from the {{software}}, the used URL can be modified to add additional data or filters to the data. Through transactions, it is possible to effect c...")
 
mNo edit summary
Line 7: Line 7:
| The desired url is not copied on your clipboard, and can be pasted in your desired GIS application.
| The desired url is not copied on your clipboard, and can be pasted in your desired GIS application.
}}
}}
This will change a url of the following form, which retrieves all constructions:
{{code|1=<nowiki>https://development.tygron.com/api/session/wfs/buildings?&token=06931643hoiXvvL8QXszPrVCv8m3lZ24</nowiki>}}
into a url of the following form, which causes all function values to be included in the output:
{{code|1=<nowiki>https://development.tygron.com/api/session/wfs/buildings?&override=true&token=06931643hoiXvvL8QXszPrVCv8m3lZ24</nowiki>}}

Revision as of 14:04, 13 February 2020

When using the WFS endpoint from the Tygron Platform, the used URL can be modified to add additional data or filters to the data. Through transactions, it is possible to effect changes in the data in your project. However, default behavior is that when data conflicts, then the modification is not processed. It is possible to allow changes to overwrite existing data when such a conflict occurs.

How to allow changes in WFS data to overwrite data:
  1. Find the geographical data you wish to export and select its export option.
  2. In the export window, select the "Overwrite existing" option of the Web Feature Service.
  3. Select the "Copy URL" option of the Web Feature Service.
  4. The desired url is not copied on your clipboard, and can be pasted in your desired GIS application.

This will change a url of the following form, which retrieves all constructions:

https://development.tygron.com/api/session/wfs/buildings?&token=06931643hoiXvvL8QXszPrVCv8m3lZ24

into a url of the following form, which causes all function values to be included in the output:

https://development.tygron.com/api/session/wfs/buildings?&override=true&token=06931643hoiXvvL8QXszPrVCv8m3lZ24