Yes, The internal GeoWebCache instance that provides WMTS service allows
you to configure "Parameter Filters" which restrict and normalize
additional parameters like style and dimensions.  At the moment there is
no smart handling that hooks into the dimension metadata.  You have to
write a regular expression, or list all of the valid values individually

http://docs.geoserver.org/latest/en/user/geowebcache/webadmin/layers.html#parameter-filters

Be careful as the number of caches is the Cartesian product of the
formats, gridsets, and all the values for each parameter and if you are
using the regular expression filter, it considers values different if
there is any difference at all.  Two different ISO timesamps that
represent the same time in different ways will be cached separately.

On 2018-02-20 01:02 PM, Edgardo Antuna wrote:
> GeoServer-developers --- Is it currently possible to specify time and
> other dimensions values when executing WMTS GetTile operation? Our
> goal is to animate a WMTS layer with respect to time.
>
> The WMTS endpoint is /geoserver/gwc/service/wmts, Geoserver's
> integrated Geowebcache.
> The TileLayer was defined for an ImageMosaic CoverageStore composed of
> GeoTiff.
> GeoServer version is 2.12.0 Java 1.8.0_152 Linux OS
>
> Our WMTS GetTile request looks like the following:
>
> http://{host}:{port}/geoserver/gwc/service/wmts?service=WMTS&version=1.0.0&request=GetTile&tilematrixset=EPSG:4326&tilematrix=EPSG:4326:0&layer=layerid&style=styleid&tilerow=0&tilecol=0&format=image/png&time=2018-02-13T06:00:00Z&FORECAST=24
>
> But the above responds with the same image, ignoring our time
> specifications.
>
> We can successfully query the corresponding WMS layer and specify time
> values when executing GetMap. This allows us to confirm the
> underlaying data. 
>
> We were able to install the Community WMTS Multidimensional Module.
> Which allows us to query the available dimension values listed on the
> WMTS GetCapabilities response. However there is no suggestion that
> this works for the GetTile operation. Is it currently possible to
> specify time and other dimensions values when executing WMTS GetTile
> operation?
>
> The following is a snippet of the dimension values listed on the WMTS
> GetCapabilities response:
>
>     <Dimension>
>                 <ows:Identifier>FORECAST</ows:Identifier>
>                 <Default>0</Default>
>                 <Value>0</Value>
>                 <Value>1</Value>
>                 <Value>2</Value>
>                 <Value>3</Value>
>                 <Value>4</Value>
>                 <Value>5</Value>
>                 <Value>6</Value>
>                 <Value>7</Value>
>                 <Value>8</Value>
>                 <Value>9</Value>
>                 <Value>10</Value>
>                 <Value>11</Value>
>                 <Value>12</Value>
>                 <Value>13</Value>
>                 <Value>14</Value>
>                 <Value>15</Value>
>                 <Value>16</Value>
>                 <Value>17</Value>
>                 <Value>18</Value>
>                 <Value>19</Value>
>                 <Value>20</Value>
>                 <Value>21</Value>
>                 <Value>22</Value>
>                 <Value>23</Value>
>                 <Value>24</Value>
>                 <Value>25</Value>
>                 <Value>26</Value>
>                 <Value>27</Value>
>                 <Value>28</Value>
>                 <Value>29</Value>
>                 <Value>30</Value>
>                 <Value>31</Value>
>                 <Value>32</Value>
>                 <Value>33</Value>
>                 <Value>34</Value>
>                 <Value>35</Value>
>                 <Value>36</Value>
>                 <Value>37</Value>
>                 <Value>38</Value>
>                 <Value>39</Value>
>                 <Value>40</Value>
>                 <Value>41</Value>
>                 <Value>42</Value>
>                 <Value>45</Value>
>                 <Value>48</Value>
>                 <Value>51</Value>
>                 <Value>54</Value>
>                 <Value>57</Value>
>                 <Value>60</Value>
>                 <Value>63</Value>
>                 <Value>66</Value>
>                 <Value>69</Value>
>                 <Value>72</Value>
>             </Dimension>
>             <Dimension>
>                 <ows:Identifier>time</ows:Identifier>
>                 <Default>2018-02-12T18:00:00Z</Default>
>                 <Value>2018-02-12T18:00:00.000Z</Value>
>                 <Value>2018-02-13T00:00:00.000Z</Value>
>                 <Value>2018-02-13T06:00:00.000Z</Value>
>             </Dimension>
>
> *Edgardo Antuna
> */Software Developer
> NextGen Federal Systems, LLC
> HUBZone Certified #44547/
> 235 High St. Suite 220
> Morgantown, WV 26505
> Mobile 787.955.8867 <tel:%28787%29%20955-8867>
> [email protected] <mailto:[email protected]>
>
> Inline image 1
>
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
> _______________________________________________
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

-- 
Kevin Michael Smith
<[email protected]>

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to