From 38252e24afbe0d54d2b32c6b3b51705f9cb083e8 Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Fri, 23 Dec 2011 15:20:54 -0800 Subject: [PATCH] Updated Google Summer of Code Ideas (markdown) --- GSOC2011_Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSOC2011_Ideas.md b/GSOC2011_Ideas.md index 3f92d2c..d59c7c9 100644 --- a/GSOC2011_Ideas.md +++ b/GSOC2011_Ideas.md @@ -87,7 +87,7 @@ Finding a memory-efficient way to apply gradients across multiple polygons, pote # Layer Composites ## Description -_Note: this was taken over from [ideas GSoC2010](Ideas) in Composites part and amended with the bitmap filter feature_ +_Note: this was taken over from [ideas GSoC2010](GSOC2010_Ideas) in Composites part and amended with the bitmap filter feature_ Mapnik layers should be able to interact with one another just like layers in Photoshop. They could have transfer modes (e.g. screen, hard light, darken), masks, and groups. The XML description for this would be backward-compatible with the current Mapnik stylesheet language, but when new markup is added, such as a mode or opacity attribute on a layer, a Group element around a group of layers, or a Mask layer inside another layer, new behaviors could be seen. An additional feature could be to make bitmap filters work on those layers (gaussian blur, offset and others). ## How it would benefit Mapnik Project