Skip to main content
Question

Load WMS with BBOX into my workbench


Hi!

I want to load a Web Map Service into my workbench with the FeatureReader. It works almost perfectly, but I want to use a bbox as a geographic filter for my WMS. The problem is that you can't insert a bbox in the WMS parameters of the reader. Is there a possibility to specify a bounding box?

Best Regards,

Felix

3 replies

david_r
Celebrity
  • October 24, 2016

Your initiating feature should include the bounding box geometry (e.g. using the 2DBoxReplacer or the BoundingBoxReplacer), and in the FeatureReader you should set the spatial filter to "Envelope intersects".


itay
Supporter
Forum|alt.badge.img+17
  • Supporter
  • October 24, 2016

Hi @felixdergluecklTrue, as @david_r mentions your initiating feature geometry can be used as a bbox for the request in the FeatureReader.

If you are dealing with non spatial initiators, you can build the service request and incorporate a bbox into it.


david_r
Celebrity
  • October 24, 2016
itay wrote:

Hi @felixdergluecklTrue, as @david_r mentions your initiating feature geometry can be used as a bbox for the request in the FeatureReader.

If you are dealing with non spatial initiators, you can build the service request and incorporate a bbox into it.

It's extremely easy to use the 2DBoxReplacer to turn your non-spatial initiator into a spatial initiator, however.

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings