2 Home
gitea_admin edited this page 2026-03-11 14:39:18 +00:00

OGC Api Feature Get Item Action

Returns the items of the collection provided of an OGC API Features server. The collection must be a valid collection name on the server.

Query can be defined in the body too.

See https://www.ogc.org/standards/ogcapi-features

Metadata

Property Value
Type action
Group Geospatial
Namespace Geo
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
url string The URL to fetch for data
collection string Name of the collection we want to extract items from.
bbox string -180,-90,180,90 Bounding Box of the items we want to retrieve.
limit integer 10 Maximum number of items to retrieve. Must be a number between 1 and 10 000.
split boolean false When true, instead of returning the full geojson, split the message into each feature.
query string `` Separated list by & of properties we want to query.

Dependencies

  • camel:core
  • camel:http
  • camel:kamelet
  • camel:jsonpath
  • camel:jackson