Skip to main content
Question

WMS Imagery not showing via FeatureReader

  • October 30, 2019
  • 2 replies
  • 35 views

Forum|alt.badge.img

Hello,

I am trying to read WMS imagery data via a FeatureReader, but the resulting output (using a Bufferer transformer) is just a single coloured box with no image. Can anyone tell me where I'm going wrong? Snapshots of the FeatureReader are as follows:

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • October 30, 2019

Maybe a different spatial filter? Overlaps instead of contains?


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • October 30, 2019

 

@cjones28

I do that and it works like a charm. Except I use "initiator intersects result" rather then inside.

Make sure your projections match, of course. A reprojector on your initiator if needed.

 

Bufferer is ok, but I would then use a boundingboxreplacer on the buffer result as I understand it to be a circle. (check the capabilities file)

Or use "Boundingbox Intersects Result"

 

 

edit:

I tried it out by replace my grid by circles based on their centerpoint. This results in blank (white) results.

So it is the circular buffer that causes it.