[mapserver-dev] WMST Get Capabilities opens OpenLayerViewer

Rahkonen Jukka (MML) jukka.rahkonen at maanmittauslaitos.fi
Tue Nov 16 09:54:32 PST 2021


Hi,

That will work fine. This service is using WMS-T boosted by an OGC API Features service that delivers some metadata https://kartta.paikkatietoikkuna.fi/?zoomLevel=1&coord=525406_7159061&mapLayers=801+100+default,3400+100+ortokuva:indeksi&timeseries=1950&noSavedState=true&showIntro=false&lang=en

-Jukka Rahkonen-

Lähettäjä: Bruce Clay <bclay1297 at gmail.com>
Lähetetty: tiistai 16. marraskuuta 2021 19.26
Vastaanottaja: Rahkonen Jukka (MML) <jukka.rahkonen at maanmittauslaitos.fi>
Kopio: MapServer Dev Mailing List <mapserver-dev at lists.osgeo.org>
Aihe: Re: [mapserver-dev] WMST Get Capabilities opens OpenLayerViewer

Jukka:

Yes I am trying to time sequence weather images from a mapserver time enabled layer

Bruce


On Tue, Nov 16, 2021 at 11:53 AM Rahkonen Jukka (MML) <jukka.rahkonen at maanmittauslaitos.fi<mailto:jukka.rahkonen at maanmittauslaitos.fi>> wrote:
Hi,

WMTS means Web Map Tile Service and you can find the standard from here https://www.ogc.org/standards/wmts.  WMS-T is time enabled Web Map Service (WMS) and how to use the time dimension is documented in WMS standards https://www.ogc.org/standards/wms. Are you interested in tiles or times?

-Jukka Rahkonen-

Lähettäjä: Bruce Clay <bclay1297 at gmail.com<mailto:bclay1297 at gmail.com>>
Lähetetty: tiistai 16. marraskuuta 2021 18.46
Vastaanottaja: Rahkonen Jukka (MML) <jukka.rahkonen at maanmittauslaitos.fi<mailto:jukka.rahkonen at maanmittauslaitos.fi>>
Kopio: MapServer Dev Mailing List <mapserver-dev at lists.osgeo.org<mailto:mapserver-dev at lists.osgeo.org>>
Aihe: Re: [mapserver-dev] WMST Get Capabilities opens OpenLayerViewer

Jukka:
  Your email got me thinking so I took the t off and made it a regular WMS query and I can get an image.  It looks like the WMS-T is just a WMS with a time field, not a protocol that will sequence the images..  So it looks like what we might need to  do is a postgis select with a time window or at least starting point then make separate queries to get the actual images. Does that sound right?

QGIS has a TimeManager plugin but it is updating the time display but not showing the images.  That is a different issue for a different forum.

Thanks

Bruce




On Tue, Nov 16, 2021 at 9:42 AM Rahkonen Jukka (MML) <jukka.rahkonen at maanmittauslaitos.fi<mailto:jukka.rahkonen at maanmittauslaitos.fi>> wrote:
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 <mapserver-dev-bounces at lists.osgeo.org<mailto:mapserver-dev-bounces at lists.osgeo.org>> Puolesta Bruce Clay
Lähetetty: tiistai 16. marraskuuta 2021 14.38
Vastaanottaja: MapServer Dev Mailing List <mapserver-dev at lists.osgeo.org<mailto:mapserver-dev at lists.osgeo.org>>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20211116/e77a7269/attachment-0001.html>


More information about the MapServer-dev mailing list