Solved

How correctly use the clipper with WMS ?

  • 25 September 2020
  • 4 replies
  • 36 views

Badge

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

icon

Best answer by redgeographics 25 September 2020, 12:23

View original

4 replies

Userlevel 5
Badge +25

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.

Badge

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

Userlevel 5
Badge +25

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

You're welcome!

Badge +9

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