Skip to main content

Hello,

 

I have a wms that I'm clipping with a polygon bounding geometry. It work but the problem is that FME don't refresh the maps to the level of zooming of my bounding geometry. So It cut the whole planisphere and I have only one giant pixel as result of clipping ... how can I do to have a a detailed map ? Here is url if you want to test : http://ows.terrestris.de/osm/service

Capture

When you use a regular WMS reader and a Clipper the Clipper will only work with the data as it's coming out of the WMS. It will not resample/re-read the data.

Instead you can use a FeatureReader to read the WMS, using your polygon as the initiator feature. That way it will use the extents of the polygon as a spatial filter on the WMS.


Great ! It work well, I did not know this way of proceeding, thank you !


Great ! It work well, I did not know this way of proceeding, thank you !

You're welcome!


Great ! It work well, I did not know this way of proceeding, thank you !

Any chance you can include a snapshot of the result please?


Reply