<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    at the moment I've found where I can control the folders order
    inside the mapcache.xml. The variables order inside the dimension
    tag define the order of the folders creation<br>
    <ul>
      <li>my definition inside the mapcache.xml now is: </li>
    </ul>
    <small>     &lt;dimensions&gt;<br>
               &lt;dimension type="values" name="minut"
      default="15"&gt;00,01,02,03,04,05,06,07,08,09,10,<br>
                                                                 
      11,12,13,14,15,16,17,18,19,20,<br>
                                                                 
      21,22,23,24,25,26,27,28,29,30,<br>
                                                                 
      31,32,33,34,35,36,37,38,39,40,<br>
                                                                 
      41,42,43,44,45,46,47,48,49,50,<br>
                                                                 
      51,52,53,54,55,56,57,58,59&lt;/dimension&gt;<br>
               &lt;dimension type="values" name="hora"
default="00"&gt;00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24&lt;/dimension&gt;<br>
               &lt;dimension type="values" name="dia"
default="01"&gt;01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31&lt;/dimension&gt;<br>
               &lt;dimension type="values" name="mes"
      default="01"&gt;01,02,03,04,05,06,07,08,09,10,11,12&lt;/dimension&gt;<br>
               &lt;dimension type="values" name="any"
      default="2012"&gt;2012,2103&lt;/dimension&gt;<br>
            &lt;/dimensions&gt;</small><br>
    <br>
    <br>
    <ul>
      <li>and I obtain </li>
    </ul>
    <br>
    <pre wrap="">--Meteosat_params
 |-------WGS84
           |-------2012 (any, year)
                     |-------03 (mes, month)
                               |-------14 (dia, day)
                                       |-------18 (hora, hour)
                                               |-------00 (minut, minute)

<big>I've done some tests and it seems the folders are created in the inverse order as I define the variables inside &lt;dimensions&gt;, being carefull with this I can choose the order inside the cache folder</big>
</pre>
    <br>
    <small> </small><u>Apart from this I have a question:</u><br>
    <br>
    after all the params folders I obtain a estructure like<br>
    <br>
    <pre wrap=""> |-------000
           |-------000 
                     |-------XX (x column tile)
                               |-------000
                                       |-------000
                                               |-------YY (column tile)
                                                       *.png

<big>which is the meaning of those <b>000</b> folders?</big>

<big>Thanks,
Helen</big>
</pre>
    <br>
    <br>
    El 23/05/12 14:25, thomas bonfort escribió:
    <blockquote
cite="mid:CAOM3y2hfL7rZYHWiQPRe5LbPE9OzWeMABMY0HCMKLDwS8CjgpQ@mail.gmail.com"
      type="cite">
      <pre wrap="">No, it's not possible to do this at the moment. You can contact me
directly if you would like a quote on how much it would cost to have
this implemented.

regards,
thomas

On Wed, May 23, 2012 at 1:58 PM, Helen San Segundo Navazo
<a class="moz-txt-link-rfc2396E" href="mailto:hsansegundo@meteo.cat">&lt;hsansegundo@meteo.cat&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">hi ,
after some problems installing mapcache now I can use it perfectly.

I'm testing the mapcache_seed using dim variables and it works but when the
folders are created I don't know if it's possible to create it in a
determinate order.

I have a mapfile that accepts runtime substitution variables (date, hour,
minute)

My mapcache.xml has defined the dimensions tag inside the tileset tag with
the 3 variables

if I execute mapcache as:
sudo ./mapcache_seed -c /var/www/mapcache/mapcache.xml -t Meteosat_params -g
WGS84 -z 0,3 -M 2,2  -D "minute=00" -D "hour=14"  -D "date=20120314"
I obtain:

--Meteosat_params
 |-------WGS84
           |-------00 (minute)
                     |-------14 (hour)
                               |-------20120314 (date)


It would be better for what I need if the folder order could be
date-hour-minute instead of minute-hour-date

I've tried to change the order in the mapcache_seed request but the result
is always the same, anybody knows if it's possible to define the folder's
order.

Thanks in advance,
Helen
_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>
</pre>
      </blockquote>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>