|
Request | Description | |
---|---|---|
GetFeature There are some examples for WFS GetFeature requests below. They explain the use of additional parameters. |
^ up | |
WFS 1.1.0 GetFeature ZipCodes hits |
A GetFeature request, which retrieves feature count of a type (example: ZipCodes) |
|
WFS 1.1.0 GetFeature Municipalities_edited maxfeatures |
A GetFeature request, which retrieves only 10 features of a type (example: Municipalities_edited) |
|
WFS 1.1.0 GetFeature Springs different coordinate reference system |
A GetFeature request, using a different response coordinate reference system (example: Springs) |
|
WFS 1.1.0 GetFeature Springs just some features with ID |
A GetFeature request, which retrieves only some features identified by their ID (CAUTION! IDs may change within the database from time to time) (example: Springs) |
|
WFS 1.1.0 GetFeature Springs just some properties |
A GetFeature request, which retrieves some properties of some features (Note that the "geom" property is additionally delivered as it is a mandatory property as per the feature type definition) (example: Springs) |
|
WFS 1.1.0 GetFeature Springs bbox-based filter |
A GetFeature request, which retrieves features sorted by a property, combined with a BBOX-based filter (example: Springs) |