Solved

Expose/Query sublayers within a WMS?

  • 16 July 2022
  • 1 reply
  • 28 views

Badge +4

Hello, Im working with this WMS:

https://service.pdok.nl/kadaster/netcapaciteit/wms/v1_0?

 

When I access it with a feature reader then it gives me these layers here:

imageAnd when ran it just gives me a white area cover of where the data is in the world (right place and all, just no symbols).

 

I am accessing the same data in ArcGIS Pro and there I can query "IndicatiefVerzorgingsgebied" based on symbology and see that it has some 8 sublayers:

image 

So my questions are:

How can I query and expose these sublayers in FME and make them appear as something else than a white area coverage?

 

And bonuspoints if there are any ideas how to expose the feature specific attribute values as well, such as station, netbeheerder, status, totalecap... and so forth

icon

Best answer by tono 8 August 2022, 13:52

View original

1 reply

Badge

When i run https://service.pdok.nl/kadaster/netcapaciteit/wms/v1_0?SERVICE=WMS&REQUEST=GetCapabilities i see that there are just 2 layers there. And those you are getting from ESRI are just styles attached to the layers. You can use getcapabilities through httpcaller to get the styles. To get the styles you will need to explode the xml response

image

Reply