How to modify your project's WFS url to filter on attributes: 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. Geographical data can be filtered by their attri...")
 
mNo edit summary
Line 8: Line 8:
| 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 only exposes constructions with the "MONUMENTAL" attribute:
{{code|1=<nowiki>https://development.tygron.com/api/session/wfs/buildings-monumental?&token=06931643hoiXvvL8QXszPrVCv8m3lZ24</nowiki>}}

Revision as of 13:11, 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. Geographical data can be filtered by their attributes. I.e. a url can be modified so that only features with a specific attribute are made available.

How to filter WFS data on attributes:
  1. Find the geographical data you wish to export and select its export option
  2. In the export window, select the "with attribute" option
  3. Select the attribute you wish to filter on
  4. At the export options, select the "Copy URL" option of the Web Feature Service
  5. 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 only exposes constructions with the "MONUMENTAL" attribute:

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