Hi list,
I can not find in GeoServer adminitration pages the section to customize the capabilities of a WMTS service.
Im talking about "ServiceIdentification" and "ServiceProvider" sections. I already did it with the rest of interfaces WMS, WCS, WFS but coulnt find the procedure in Geoserver to do it with WMTS. Couldnt find it in Geowebcache either.
By default appears this information:
<ows:ServiceIdentification>
<ows:Title>Web Map Tile Service - GeoWebCache</ows:Title>
<ows:ServiceType>OGC WMTS</ows:ServiceType>
<ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
</ows:ServiceIdentification>
<ows:ServiceProvider>
<ows:ProviderName>http://localhost:8080/geoserver/gwc/service/wmts</ows:ProviderName>
<ows:ProviderSite xlink:href="http://localhost:8080/geoserver/gwc/service/wmts" />
<ows:ServiceContact>
<ows:IndividualName>GeoWebCache User</ows:IndividualName>
</ows:ServiceContact>
</ows:ServiceProvider>
Thanks,
Jose Carlos