Skip to main content
Question

When using the "OGC API - Features (WFS 3.0)" reader, is it possible to define a bbox using user parameters, rather than directly entering coords?

  • June 8, 2022
  • 2 replies
  • 65 views

gheathcote
Participant
Forum|alt.badge.img+1

When I try, it throws an error. Indeed, there's no button in the editor that seems to offer user parameters as an option. I'm currently on FME 2021.0. Thanks.

2 replies

david_r
Celebrity
  • June 8, 2022

Try using a FeatureReader in stead. You can then manually define the BBOX coordinates as user parameters and reference them in the FeatureReader.


gheathcote
Participant
Forum|alt.badge.img+1
  • Author
  • Participant
  • June 8, 2022

Many thanks, David. I'll give that a go now.