Conversation
Moved animation test from service_wms to core. Added configuration for delay and animation in timedimension.
lib/core.c
Outdated
There was a problem hiding this comment.
please don't pollute the core_get_map function with this switch, instead branch off to the specific assembly method inside mapcache_assemble_maps()
|
I've modified the I am also wondering, to remove When you say I could put the quantize functions in another file, would making a file like quantize.c and putting the quantizes functions in there and then including it where needed works? Thanks for the comments |
|
Note: We will simply modify other image writers to support more then one image. If more than one images are passed png and jpeg will fail and gif will animate them, |
Pull request related to http://www.mapserver.org/development/rfc/ms-rfc-111.html
This pull request adds a new format to MapCache, Gif. It also has a new write_frames function to encode an animated image.
It includes new attributes for the time dimension, animate and delay.
The check to see if we need to animate is in mapcache_core_get_map. It checks the assembly_type of the Tileset.