Skip to main content
Question

I am building cesium 3d tiles from Postgis table, there I want to use Postgres based query to filter the GIS data and perform the conversion for data that satisfies the query. Query is select * from pipes where ward_no= , ward_no should change dynami

  • September 8, 2023
  • 1 reply
  • 144 views

how to do it such that upon getting the value of ward_no it should run the model for the data pertaining to the ward and how to pass the parameter value (in this case ward_no) to fme workbench reader to make the process dynamic.

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+64

I think you need a FeatureReader which can have a Where Clause based on an attribute.