Hola, tengo publicada una capa en un geoserver (versión 2.2 RC 3) con wms 1.3.0.<br><br>Al consultar a través de GVSIG con wms dicha capa me da una excepción con el formato de la fecha.<br><br>En el archivo de log de gvsig sale: <br>
<br>DEBUG AWT-EventQueue-1 com.iver.andami.messages.NotificationManager - Unrecognized dimension expression:<b> 2012-01-01T03:00:00.000Z</b> (for TIME in layer &#39;tsig:departamento00&#39;)<br><br>En principio geoserver tendría como formato de fecha el standard para wms como se puede ver en el get capabilities:<br>
<br>&lt;Layer queryable=&quot;1&quot;&gt;<br>  &lt;Name&gt;tsig:departamento00&lt;/Name&gt;<br>  &lt;Title&gt;departamento00&lt;/Title&gt;<br>  &lt;Abstract/&gt;<br>  &lt;KeywordList&gt;<br>    &lt;Keyword&gt;departamento00&lt;/Keyword&gt;<br>
    &lt;Keyword&gt;features&lt;/Keyword&gt;<br>  &lt;/KeywordList&gt;<br>  &lt;CRS&gt;EPSG:32721&lt;/CRS&gt;<br>  &lt;CRS&gt;CRS:84&lt;/CRS&gt;<br>  &lt;EX_GeographicBoundingBox&gt;<br>    &lt;westBoundLongitude&gt;-58.461718583059415&lt;/westBoundLongitude&gt;<br>
    &lt;eastBoundLongitude&gt;-53.07852199463169&lt;/eastBoundLongitude&gt;<br>    &lt;southBoundLatitude&gt;-34.99079245015387&lt;/southBoundLatitude&gt;<br>    &lt;northBoundLatitude&gt;-30.033023396599827&lt;/northBoundLatitude&gt;<br>
  &lt;/EX_GeographicBoundingBox&gt;<br>  &lt;BoundingBox CRS=&quot;CRS:84&quot; minx=&quot;-58.461718583059415&quot; miny=&quot;-34.99079245015387&quot; maxx=&quot;-53.07852199463169&quot; maxy=&quot;-30.033023396599827&quot;/&gt;<br>
  &lt;BoundingBox CRS=&quot;EPSG:32721&quot; minx=&quot;366582.290141166&quot; miny=&quot;6127927.10038269&quot; maxx=&quot;858252.0151745&quot; maxy=&quot;6671738.21181725&quot;/&gt;<br>  <b>&lt;Dimension name=&quot;time&quot; default=&quot;current&quot; units=&quot;ISO8601&quot;&gt;2012-01-01T03:00:00.000Z&lt;/Dimension&gt;</b><br>
  &lt;Style&gt;<br>    &lt;Name&gt;polygon&lt;/Name&gt;<br>    &lt;Title&gt;Default Polygon&lt;/Title&gt;<br>    &lt;Abstract&gt;A sample style that draws a polygon&lt;/Abstract&gt;<br>    &lt;LegendURL width=&quot;20&quot; height=&quot;20&quot;&gt;<br>
      &lt;Format&gt;image/png&lt;/Format&gt;<br>      &lt;OnlineResource xlink:type=&quot;simple&quot; xlink:href=&quot;<a href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=departamento00">http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=departamento00</a>&quot;/&gt;<br>
    &lt;/LegendURL&gt;<br>  &lt;/Style&gt;<br>  &lt;Style&gt;<br>    &lt;Name&gt;polygon&lt;/Name&gt;<br>    &lt;Title&gt;Default Polygon&lt;/Title&gt;<br>    &lt;Abstract&gt;A sample style that draws a polygon&lt;/Abstract&gt;<br>
    &lt;LegendURL width=&quot;20&quot; height=&quot;20&quot;&gt;<br>      &lt;Format&gt;image/png&lt;/Format&gt;<br>      &lt;OnlineResource xlink:type=&quot;simple&quot; xlink:href=&quot;<a href="http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=departamento00&amp;style=polygon">http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=departamento00&amp;style=polygon</a>&quot;/&gt;<br>
    &lt;/LegendURL&gt;<br>  &lt;/Style&gt;<br>&lt;/Layer&gt;<br><br><br>La capa publicada en geoserver la obtengo de una base de datos Postgres 9.1.2 con Postgis 1.5 y tengo un campo de tipo date que uso en geoserver para indicar la dimensión de tiempo de la capa para poder usar WMS TIME.<br>
<br><br>Que formato de fecha está esperando GVSIG cuando se consulta WMS ?<br>Se puede cambiar de alguna forma ese formato ?<br><br><br>Muchas gracias.<br>Saludos,<br>Rodolfo.<br><br><br><br><br><br><br><br>