Sven Geggus <[email protected]> wrote: > Hm. Looking at the sources 6.0.1 seems to be recent enough, but > unfortunately this does not seem to fix the problem.
OK YFTR: Rendering water from Overlapping polygons does work fine in mapserver 6.0.x using the "APPROXIMATION_SCALE=FULL" PROCESSING directive. "FORMATOPTION GAMMA=0.7" does not seem to be needed but won't be available in version 6.0.x anyway. My problem was mith the specification of multiple PROCESSING directives. The following syntax does not work, but does not result in a mapfile parser error either: PROCESSING "DIRECTIVE1=value1 DIRECTIVE2=value2" Instead the following must be used: PROCESSING "DIRECTIVE1=value1" PROCESSING "DIRECTIVE2=value2" In my case these are: PROCESSING "CLOSE_CONNECTION=DEFER" PROCESSING "APPROXIMATION_SCALE=FULL" Regards Sven -- Den Rechtsstaat macht aus, dass Unschuldige wieder frei kommen (Wolfgang Schäuble) /me is giggls@ircnet, http://sven.gegg.us/ on the Web _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
