Hi On Tuesday 24 November 2009 15:23:38 iceDice wrote: > Hello, > > I am using Geotools renderer for map rendering. Map is styled using SLD > file. Everything works > fine when external images that i use as graphic symbols in SLD are not > animated. > I am interested is it possible to use animated GIF images and refer to them > in SLD file > to make graphic symbols on top of the map animated (moving, blinking...)?
No. The internal GTRenderer is creating a static image. Animations are not supported. If you would likto to have animations, you have to manage them yourself, that means: * Render an image with GTRenderer where the animated-icons are left out * Run your own Animation-Thread/Timer that will paint different images on the positions over the map. Greetings, Steve -- wiki² - Softwareentwicklung Stefan Krüger Straßburger Weg 26 53113 Bonn email [email protected] mobile 0151 50543949 webpage wikisquare.de skype alfonx reclaim your net - http://tor.eff.org enforce privacy - http://www.pgpi.org pgp key id: 51B576FD - http://pgp.mit.edu Please note that according to the German law on data retention, information on every electronic information exchange with me is retained for a period of six months. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
