Solved

Read WMS is reading a large fuzzy image, how to read properly with Search Envelope

  • 15 March 2018
  • 2 replies
  • 21 views

Badge

Reading a WMS using Feature Reader WMS, search envelope based on an bounding box "Envelope Intersect", however the resulting Image is just the overview image, how can I make sure i get the image clipped to the best resolution per the bounding box?

what I have tried already

  • ensured coordinate systems are the same
  • attempted to use ImageFetcher, no luck with querying based on coordinates
  • verified the WMS is ok, by viewing in OpenLayers

Any help would be great, Thank you ;)

icon

Best answer by redgeographics 16 March 2018, 05:26

View original

2 replies

Userlevel 5
Badge +25

In FeatureReader parameters you can access the WMS parameters, which include map width and map height, you'll need to set those to something appropriate, they determine the output resolution.

Badge

In FeatureReader parameters you can access the WMS parameters, which include map width and map height, you'll need to set those to something appropriate, they determine the output resolution.

@redgeographics also the image is not clipping properly. I will test the height.\\

 

Reply