MapServer / MapServer-import

3 stars 2 forks source link

imageCacheObj keys need to be expanded #629

Closed tbonfort closed 12 years ago

tbonfort commented 12 years ago

Reporter: sdlime Date: 2004/04/16 - 21:27

The keys used to compare images stored in a symbolSetObj's image cache are not 
complete enough. At present only symbol, size and color are used. This will 
work in most cases, especially with lines which is where the cache is used now. 
However, symbol styles are more complex so most other attributes (e.g. 
outlinecolor) should be used. This will have to be the case if the cache is to 
be used with point markers. That's probably why the code is at it is...

Steve
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/09/22 - 01:55

See bug 868, I think I've fixed this one.
tbonfort commented 12 years ago

Date: 2011/04/19 - 10:34 imagecache isn't used anymore.