Creates an ID filter, which limits a result set to just the features whose ids match the ids represented by the ID filter.
An arbitrary number of IDs can be passed to the identifier method.
identifiers( [3, 5, "seven"] ); Copy
identifiers( [3, 5, "seven"] );
An array containing id values: ResourceId values (OGC Filter ver. 2.0), or GmlObjectId values (OGC Filter ver. 1.0)
Optional
An array containing FeatureId values (OGC Filter ver. 1.0 only).
The ID filter
Error when provided input parameters are not arrays
Creates an ID filter, which limits a result set to just the features whose ids match the ids represented by the ID filter.
An arbitrary number of IDs can be passed to the identifier method.