Delawen opened a new pull request, #988:
URL: https://github.com/apache/camel-kamelets/pull/988

   See https://www.ogc.org/standards/ogcapi-features
   
   You can either call for a full geoJSON with all the results or iterate over 
each result using the `split` parameter.
   
   This is a new geospatial API standard that replaces WFS servers.
   
   Kamelet Binding used to test:
   
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: integration
   spec:
     source:
       ref:
         apiVersion: camel.apache.org/v1alpha1
         name: timer-source
         kind: Kamelet
       properties:
         period: '5000000'
         message: 'NONLD_AREA=0.0&NAME=Croydon'
     steps:
     - ref:
         apiVersion: camel.apache.org/v1alpha1
         name: ogcapi-features-action
         kind: Kamelet
       properties:
         collection: activity_level_ldn
         url: https://emotional.byteroad.net/
     sink:
       ref:
         apiVersion: camel.apache.org/v1alpha1
         name: log-sink
         kind: Kamelet
       properties:
         showAll: true
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to