Skip to main content

I am capable to use the wmts reader with 1 zoomlevel, but I want to use multiple zoomlevels.

is there a way to do this?

@remco​ FME restricts you to reading one zoom level at a time. You select the zoom level using the WMTS reader parameter - Tile Matrix (Resolution) Options. If you use the FeatureReader transformer, I think you'll be able to pass in the value for the Tile Matrix (Resolution) Options as an attribute. You can make several requests to the WMTS and have the zoom levels return in one or more requests.


Reply