Hi,

Mapserver-users list is where users can ask questions and give answers.

There is no reason to believe that Mapserver supports WMTS at all 
https://www.mapserver.org/documentation.html#ogc.
Also in the query you used &SERVICE=WMST&version=1.1.1. “WMST” must be a typo 
and WMTS has only one published version 1.0.0. The error message from Mapserver 
is not especially bright, Geoservers do that better.
https://demo.geo-solutions.it/geoserver/ows?service=WMTS&version=1.0.0&request=GetCapabilities
Result:
<ows:Exception exceptionCode="InvalidParameterValue" locator="service">
<ows:ExceptionText>No service: ( WMTS )</ows:ExceptionText>
</ows:Exception>

You must install MapCache and configure it to use Mapserver as a WMS source. 
MapCache can do WMTS.

-Jukka Rahkonen-



Lähettäjä: MapServer-dev <[email protected]> Puolesta Bruce 
Clay
Lähetetty: tiistai 16. marraskuuta 2021 14.38
Vastaanottaja: MapServer Dev Mailing List <[email protected]>
Aihe: [mapserver-dev] WMST Get Capabilities opens OpenLayerViewer

I am using the mapserver from the latest  MS4w.  When I query WFS and WMS 
GetCapabilities I get a normal xml reply.  When I do a  WMST GetCapabilities on 
the same server the OpenLayersViewer opens but is empty.  Viewing the web page 
source reveals java script but no xml information.

The query follows
http://localhost/cgi-bin/mapserv.exe?map=/data/config/map/nasaww.map&SERVICE=WMST&VERSION=1.1.1&REQUEST=GetCapabilities

Bruce
_______________________________________________
MapServer-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/mapserver-dev

Reply via email to