05-03-2019 11:40 AM
Hi,
is it possible to generate a GetCapabilities for a single layer which appears in Core console ?
Thanks
Solved! Go to Solution.
05-06-2019 03:23 AM
Hi Olyster,
You mean you have a service with many layers and you would like to be able to create a subset of the getCapabilities just for one layer?
This is not possible with a Core service. Only APOLLO Advantage/Pro offers this possibility using the getLayer request: request=getLayer&layers=
This is supported by the legacy services and by ApolloCatalogWMS.
There might be a workaround by creating a la legacy service on top of your Core service: proxy service or web map context.
05-06-2019 06:11 PM
I can think of 2 ways to get this done
Hope this helps
05-08-2019 07:52 AM
Phil,
we created one static GetCapabilities per layer but there was a change in the structure so now the ending tags are </layer></layer></layer> instead of </layer></layer></layer></layer>.
This is why we looked for a way to generate a GetCapabilities per layer.
We will make our script more flexible.
Thanks for your answer.