[mapserver-users] time enabled WCS with tile index

2018-06-28 Thread Rousseau Lambert2, Louis-Philippe (EC)
Hi guys, I'm working on a project which requires WMS and WCS time enabled layers. I'm using the tile index for time support, which is working fine for WMS but I can't get the time to work for WCS request... In my shapefile I have a column for the data path and one (timestamp) for the time.

Re: [mapserver-users] time enabled WCS with tile index

2018-06-28 Thread Rahkonen Jukka (MML)
Hi, I would like to say that you should not waste your time with using QGIS as a WCS client because it is rather useless for that. It tries to use WCS as a poor substitute for WMS as you can see from your example query that includes &WIDTH=6&HEIGHT=3. I suggest to switch to WCS 2.0.1, write yo

Re: [mapserver-users] time enabled WCS with tile index

2018-06-28 Thread Rousseau Lambert2, Louis-Philippe (EC)
Thanks for your answer, I'm indeed now testing my build in my command line. But I'm still having the issue... Query: mapserv -nh "QUERY_STRING=map=/path/to/mapfile/climate-WCS-en.map&SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&COVERAGEID=DCS.TN.HISTO.YEAR.ABS_PCTL25&FORMAT=image/tiff&SUBSET

Re: [mapserver-users] time enabled WCS with tile index

2018-06-28 Thread Rahkonen Jukka (MML)
Hi, I do not have Mapserver WCS with time up at the moment so I can't do much testing. What if you use some of the timePositions as it appears in the GetCapabilities? Example here https://beta-karttakuva.maanmittauslaitos.fi/wcs/service/ows?service=WCS&version=2.0.1&request=DescribeCoverage&cov

Re: [mapserver-users] time enabled WCS with tile index

2018-06-28 Thread Rousseau Lambert2, Louis-Philippe (EC)
hmm looks like there is no "time" at all in my Describe coverage... I confirm that "time" is there in the WMS GetCapabilties. http://www.opengis.net/wcs/2.0"; xmlns:ows="http://www.opengis.net/ows/2.0"; xmlns:ogc="http://www.opengis.net/ogc"; x mlns:xsi="http://www.w3.org/2001/XMLSchema-ins

Re: [mapserver-users] Status of MVT vector tiles?

2018-06-28 Thread Lime, Steve D (MNIT)
It generates vector tiles based on WMS requests. MapCache computes the proper extent based on the requested tile and then kicks off a WMS call for vector tile. The pull request creates support for a new generic “raw” format. MapCache doesn’t know much about files in this format, just a mime-type