Hello Udo,
did not yet tested the version of GeoServer you used, but on trunk I get
this when trying to access the animator

14 mag 16:28:46 TRACE [ows.OWSHandlerMapping] - No handler mapping found
for [/wms/animate]
14 mag 16:28:46 TRACE [ows.OWSHandlerMapping] - No handler mapping found
for [/wms/animate]
14 mag 16:28:46 TRACE [ows.OWSHandlerMapping] - No handler mapping found
for [/wms/animate]
14 mag 16:28:46 DEBUG [ows.OWSHandlerMapping] - Matching patterns for
request [/wms/animate] are [/wms/*]
14 mag 16:28:46 DEBUG [ows.OWSHandlerMapping] - URI Template variables for
request [/wms/animate] are {}
14 mag 16:28:46 DEBUG [ows.OWSHandlerMapping] - Mapping [/wms/animate] to
HandlerExecutionChain with handler [org.geoserver.ows.Dispatcher@4aa65618]
and 1 interceptor

thus means that for sure there is something wrong with your geoserver
distribution.
Can you please send me the download url you used for?

Moreover I guess you are right, the ImageMosaic documentation is not very
updated ... maybe you have more chances searching on GeoTools documentation.
Hopefully soon we will find some time to update the documentation with the
new ImageMosaic indexes.

Regards,
        Alessio.

-------------------------------------------------------
Ing. Alessio Fabiani
Founder / CTO GeoSolutions S.A.S.

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: (+39) 0584 96.23.13
fax:     (+39) 0584 96.23.13
mobile:(+39) 331 62.33.686

http://www.geo-solutions.it
http://geo-solutions.blogspot.com
http://www.linkedin.com/in/alessiofabiani
https://twitter.com/alfa7961
http://twitter.com/geosolutions_it
-------------------------------------------------------



On Mon, May 14, 2012 at 12:56 PM, Udo Einspanier
<u.einspan...@conterra.de>wrote:

> Hi Alessio,****
>
> ** **
>
> thanks a lot for the quick response. I attached the verbose log of the
> request. Right at the beginning it complains that it cannot find a mapping
> for the /animate path. Maybe something wrong with the configuration?****
>
> ** **
>
> Concerning the docs, I found the one for the WMS Animator and think it is
> fine. What I did not find is documentation about dimension configuration
> for the image mosaic. There are some additional files needed, and the only
> examples were on the GeoSolutions website.  ****
>
> ** **
>
> Here is the layer element from my capabilities:****
>
> ** **
>
>       <Layer queryable="1">****
>
>         <Name>eumesat:ir108</Name>****
>
>         <Title>ir108</Title>****
>
>         <Abstract/>****
>
>         <KeywordList>****
>
>           <Keyword>WCS</Keyword>****
>
>           <Keyword>ImageMosaic</Keyword>****
>
>           <Keyword>ir108</Keyword>****
>
>         </KeywordList>****
>
>         <CRS>EPSG:4326</CRS>****
>
>         <CRS>CRS:84</CRS>****
>
>         <EX_GeographicBoundingBox>****
>
>           <westBoundLongitude>-179.7984996276988</westBoundLongitude>****
>
>           <eastBoundLongitude>179.78547100875852</eastBoundLongitude>****
>
>           <southBoundLatitude>-74.57559785503138</southBoundLatitude>****
>
>           <northBoundLatitude>74.56854432538809</northBoundLatitude>****
>
>         </EX_GeographicBoundingBox>****
>
>         <BoundingBox CRS="CRS:84" minx="-179.7984996276988"
> miny="-74.57559785503138" maxx="179.78547100875852"
> maxy="74.56854432538809"/>****
>
>         <BoundingBox CRS="EPSG:4326" minx="-74.57559785503138"
> miny="-179.7984996276988" maxx="74.56854432538809"
> maxy="179.78547100875852"/>****
>
>         <Dimension name="time" default="current"
> units="ISO8601">2010-10-01T00:00:00.000Z,2010-11-01T00:00:00.000Z,2010-12-01T00:00:00.000Z</Dimension>
> ****
>
>         <Style>****
>
>           <Name>raster</Name>****
>
>           <Title>Default Raster</Title>****
>
>           <Abstract>A sample style that draws a raster, good for
> displaying imagery</Abstract>****
>
>           <LegendURL width="20" height="20">****
>
>             <Format>image/png</Format>****
>
>             <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink";
> xlink:type="simple" xlink:href="
> http://localhost:8080/geoserver/ows?service=WMS&amp;request=GetLegendGraphic&amp;format=image%2Fpng&amp;width=20&amp;height=20&amp;layer=ir108<http://localhost:8080/geoserver/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=ir108>
> "/>****
>
>           </LegendURL>****
>
>         </Style>****
>
>       </Layer>****
>
> ** **
>
> Regards,****
>
> Udo****
>
> ** **
>
> *From:* alessio.fabi...@gmail.com [mailto:alessio.fabi...@gmail.com] *On
> Behalf Of *Alessio Fabiani
> *Sent:* Montag, 14. Mai 2012 12:28
> *To:* Udo Einspanier
> *Cc:* geoserver-users@lists.sourceforge.net
> *Subject:* Re: [Geoserver-users] Geoserver 2.2 WMS Animator help****
>
> ** **
>
> Mmm, the request looks correct at a first glance ... can you please send
> the WMS GetCapabilities in order to see the timepositions available for
> that layer?****
>
> ** **
>
> Also, have you tried to rise up the log level and check the geoserver log
> in order to see if some error has been occurred? You can do this from the
> admin GUI.****
>
> The GeoServer log would be also useful.****
>
> ** **
>
> In case you are not able to catch the issue maybe the issue is in the
> mosaic configuration.****
>
> ** **
>
> The only documentation available (as far as I know) is here ****
>
> http://docs.geoserver.org/stable/en/user/tutorials/animreflector.html ****
>
>
> ****
>
> Regards,****
>
>         Alessio.****
>
> ** **
>
> -------------------------------------------------------****
>
> Ing. Alessio Fabiani
> Founder / CTO GeoSolutions S.A.S.
>
> GeoSolutions S.A.S.
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
>
> phone: (+39) 0584 96.23.13
> fax:     (+39) 0584 96.23.13
> mobile:(+39) 331 62.33.686
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com
> http://www.linkedin.com/in/alessiofabiani****
>
> https://twitter.com/alfa7961
> http://twitter.com/geosolutions_it
> -------------------------------------------------------****
>
>
>
> ****
>
> On Mon, May 14, 2012 at 12:02 PM, Udo Einspanier <u.einspan...@conterra.de>
> wrote:****
>
> Hi,
>
> I have downloaded the 2.2 beta standalone zip and registered an image
> mosaic with time dimension.
> But I have not been able to get the WMS Animator to work with it. The
> following request produces just a static image, can anyone tell me what is
> wrong with it?
>
>
> http://localhost:8080/geoserver/wms/animate?service=WMS&version=1.1.0&request=GetMap&layers=eumesat:ir108&styles=&bbox=-179.7984996276988,-74.57559785503138,179.78547100875852,74.56854432538809&width=795&height=330&srs=EPSG:4326&format=image%2Fgif;subtype=animated&aparam=time&avalue=2010-10-01T00:00:00.000Z,2010-12-01T00:00:00.000Z,2010-12-01T00:00:00.000Z&format_options=layout:message
>
> The time values are correct, I can use them in regular requests to get the
> right image. There is also no text overlay on the returned image as
> described in the user tutorial for the WMS Animator. If I sent this request
> directly to the WMS (omit the /animate path in the above URL) I get exactly
> the same result.
>
> Btw. is there some description about the image mosaic dimension support in
> the 2.2 documentation? I have not found anything...
>
> Regards,
> Udo
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users****
>
> ** **
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to