Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 973 Bytes

attribute.rst

File metadata and controls

24 lines (18 loc) · 973 Bytes

Attribute filter

The attribute filter takes an object identifier and/or a gml:name as parameter and only imports top-level features having a matching value for the respective attribute.

Attribute filter for import operations.

Attribute filter for import operations.

More than one identifier can be provided in a comma-separated list. Multiple gml:name values are not supported though.

The gml:name search string supports two wildcard characters: "" representing zero or more characters and "." representing a single character. You can use the escape character "\" to escape the wildcards. For example, if you provide ``abcfor the gml:name filter, then features with a gml:name of "xyzabc" and "abc" will both be imported. If you enter*abc`` instead, the gml:name must exactly match "*abc" for the feature to be imported.