[Geoserver-users] WMTS Capabilities Customization

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&lt;/ows:ProviderName&gt;
   <ows:ProviderSite xlink:href="http://localhost:8080/geoserver/gwc/service/wmts&quot; />
   <ows:ServiceContact>
     <ows:IndividualName>GeoWebCache User</ows:IndividualName>
   </ows:ServiceContact>
</ows:ServiceProvider>

Thanks,
Jose Carlos

Geowebcache would be the geowebcache.xml

http://geowebcache.org/schema/1.5.0/geowebcache.xsd

def line 70 --> <xs:element name="serviceInformation"
type="gwc:ServiceInformationType" maxOccurs="1" minOccurs="0">
details from line 1594

Cheers

Christian

-----
____________________________

Dr Christian Maul
Project Manager

Information Services Branch
Department Environment and Primary Industries
Level13, Marland House, 570 Bourke Street
Melbourne 3000

PO Box 500, East Melbourne Vic 3002

Telephone: +61-3-8636 2325
Telefax: +61-3-8636 2813
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/WMTS-Capabilities-Customization-tp5106319p5106504.html
Sent from the GeoServer - User mailing list archive at Nabble.com.