diff --git a/docs/api/mapnik/2.1.0.rst b/docs/api/mapnik/2.1.0.rst index 2f13aa6f6..776729057 100644 --- a/docs/api/mapnik/2.1.0.rst +++ b/docs/api/mapnik/2.1.0.rst @@ -65,61 +65,6 @@ Symbolizers ----------- -* -^ - -image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` - -Default Value: none -*(no filters)* - -A list of image filters. - ------------- - - -comp-op -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``keyword`` - - -Possible values: ``clear`` ``src`` ``dst`` ``src-over`` ``dst-over`` ``src-in`` ``dst-in`` ``src-out`` ``dst-out`` ``src-atop`` ``dst-atop`` ``xor`` ``plus`` ``minus`` ``multiply`` ``screen`` ``overlay`` ``darken`` ``lighten`` ``color-dodge`` ``color-burn`` ``hard-light`` ``soft-light`` ``difference`` ``exclusion`` ``contrast`` ``invert`` ``invert-rgb`` ``grain-merge`` ``grain-extract`` ``hue`` ``saturation`` ``color`` ``value`` - - -Default Value: src-over -*(add the current layer on top of other layers)* - -Composite operation. This defines how this layer should behave relative to layers atop or below it. - ------------- - - -opacity -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``float`` - - - - - -Default Value: 1 -*(no separate buffer will be used and no alpha will be applied to the style after rendering)* - -An alpha value for the style (which means an alpha applied to all features in separate buffer and then composited back to main buffer) - ------------- - - - map ^^^ diff --git a/docs/api/mapnik/2.1.1.rst b/docs/api/mapnik/2.1.1.rst index 5eac8f9ee..571356c3f 100644 --- a/docs/api/mapnik/2.1.1.rst +++ b/docs/api/mapnik/2.1.1.rst @@ -65,61 +65,6 @@ Symbolizers ----------- -* -^ - -image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` - -Default Value: none -*(no filters)* - -A list of image filters. - ------------- - - -comp-op -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``keyword`` - - -Possible values: ``clear`` ``src`` ``dst`` ``src-over`` ``dst-over`` ``src-in`` ``dst-in`` ``src-out`` ``dst-out`` ``src-atop`` ``dst-atop`` ``xor`` ``plus`` ``minus`` ``multiply`` ``screen`` ``overlay`` ``darken`` ``lighten`` ``color-dodge`` ``color-burn`` ``hard-light`` ``soft-light`` ``difference`` ``exclusion`` ``contrast`` ``invert`` ``invert-rgb`` ``grain-merge`` ``grain-extract`` ``hue`` ``saturation`` ``color`` ``value`` - - -Default Value: src-over -*(add the current layer on top of other layers)* - -Composite operation. This defines how this layer should behave relative to layers atop or below it. - ------------- - - -opacity -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``float`` - - - - - -Default Value: 1 -*(no separate buffer will be used and no alpha will be applied to the style after rendering)* - -An alpha value for the style (which means an alpha applied to all features in separate buffer and then composited back to main buffer) - ------------- - - - map ^^^ diff --git a/docs/api/mapnik/2.2.0.rst b/docs/api/mapnik/2.2.0.rst index 3beae9156..b043f523a 100644 --- a/docs/api/mapnik/2.2.0.rst +++ b/docs/api/mapnik/2.2.0.rst @@ -83,78 +83,6 @@ Symbolizers ----------- -* -^ - -image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` ``colorize-alpha`` - -Default Value: none -*(no filters)* - -A list of image filters that will be applied to the active rendering canvas for a given style. The presence of one more more ``image-filters`` will trigger a new canvas to be created before starting to render a style and then this canvas will be composited back into the main canvas after rendering all features and after all ``image-filters`` have been applied. See ``direct-image-filters`` if you want to apply a filter directly to the main canvas. - ------------- - - -direct-image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` ``colorize-alpha`` - -Default Value: none -*(no filters)* - -A list of image filters to apply to the main canvas (see the ``image-filters`` doc for how they work on a separate canvas) - ------------- - - -comp-op -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``keyword`` - - -Possible values: ``clear`` ``src`` ``dst`` ``src-over`` ``dst-over`` ``src-in`` ``dst-in`` ``src-out`` ``dst-out`` ``src-atop`` ``dst-atop`` ``xor`` ``plus`` ``minus`` ``multiply`` ``screen`` ``overlay`` ``darken`` ``lighten`` ``color-dodge`` ``color-burn`` ``hard-light`` ``soft-light`` ``difference`` ``exclusion`` ``contrast`` ``invert`` ``invert-rgb`` ``grain-merge`` ``grain-extract`` ``hue`` ``saturation`` ``color`` ``value`` - - -Default Value: src-over -*(add the current layer on top of other layers)* - -Composite operation. This defines how this layer should behave relative to layers atop or below it. - ------------- - - -opacity -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``float`` - - - - - -Default Value: 1 -*(no separate buffer will be used and no alpha will be applied to the style after rendering)* - -An alpha value for the style (which means an alpha applied to all features in separate buffer and then composited back to main buffer) - ------------- - - - map ^^^ diff --git a/docs/api/mapnik/2.3.0.rst b/docs/api/mapnik/2.3.0.rst index e75f6478f..ef1921b6e 100644 --- a/docs/api/mapnik/2.3.0.rst +++ b/docs/api/mapnik/2.3.0.rst @@ -101,95 +101,6 @@ Symbolizers ----------- -* -^ - -image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` ``colorize-alpha`` ``color-to-alpha`` ``scale-hsla`` - -Default Value: none -*(no filters)* - -A list of image filters that will be applied to the active rendering canvas for a given style. The presence of one more more ``image-filters`` will trigger a new canvas to be created before starting to render a style and then this canvas will be composited back into the main canvas after rendering all features and after all ``image-filters`` have been applied. See ``direct-image-filters`` if you want to apply a filter directly to the main canvas. - ------------- - - -image-filters-inflate -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``boolean`` - - - - - -Default Value: false -*(No special handling will be done and image filters that blur data will only blur up to the edge of a tile boundary)* - -A property that can be set to true to enable using an inflated image internally for seamless blurring across tiles (requires buffered data). - ------------- - - -direct-image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` ``colorize-alpha`` ``color-to-alpha`` ``scale-hsla`` - -Default Value: none -*(no filters)* - -A list of image filters to apply to the main canvas (see the ``image-filters`` doc for how they work on a separate canvas). - ------------- - - -comp-op -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``keyword`` - - -Possible values: ``clear`` ``src`` ``dst`` ``src-over`` ``dst-over`` ``src-in`` ``dst-in`` ``src-out`` ``dst-out`` ``src-atop`` ``dst-atop`` ``xor`` ``plus`` ``minus`` ``multiply`` ``screen`` ``overlay`` ``darken`` ``lighten`` ``color-dodge`` ``color-burn`` ``hard-light`` ``soft-light`` ``difference`` ``exclusion`` ``contrast`` ``invert`` ``invert-rgb`` ``grain-merge`` ``grain-extract`` ``hue`` ``saturation`` ``color`` ``value`` - - -Default Value: src-over -*(add the current layer on top of other layers)* - -Composite operation. This defines how this layer should behave relative to layers atop or below it. - ------------- - - -opacity -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``float`` - - - - - -Default Value: 1 -*(no separate buffer will be used and no alpha will be applied to the style after rendering)* - -An alpha value for the style (which means an alpha applied to all features in separate buffer and then composited back to main buffer). - ------------- - - - map ^^^ diff --git a/docs/api/mapnik/3.0.0.rst b/docs/api/mapnik/3.0.0.rst index d66636540..af1a75f17 100644 --- a/docs/api/mapnik/3.0.0.rst +++ b/docs/api/mapnik/3.0.0.rst @@ -101,95 +101,6 @@ Symbolizers ----------- -* -^ - -image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` ``colorize-alpha`` ``color-to-alpha`` ``scale-hsla`` - -Default Value: none -*(no filters.)* - -A list of image filters that will be applied to the active rendering canvas for a given style. The presence of one more ``image-filters`` will trigger a new canvas to be created before starting to render a style and then this canvas will be composited back into the main canvas after rendering all features and after all ``image-filters`` have been applied. See ``direct-image-filters`` if you want to apply a filter directly to the main canvas. - ------------- - - -image-filters-inflate -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``boolean`` - - - - - -Default Value: false -*(No special handling will be done and image filters that blur data will only blur up to the edge of a tile boundary.)* - -A property that can be set to true to enable using an inflated image internally for seamless blurring across tiles (requires buffered data). - ------------- - - -direct-image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` ``colorize-alpha`` ``color-to-alpha`` ``scale-hsla`` - -Default Value: none -*(no filters.)* - -A list of image filters to apply to the main canvas (see the ``image-filters`` doc for how they work on a separate canvas). - ------------- - - -comp-op -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``keyword`` - - -Possible values: ``clear`` ``src`` ``dst`` ``src-over`` ``dst-over`` ``src-in`` ``dst-in`` ``src-out`` ``dst-out`` ``src-atop`` ``dst-atop`` ``xor`` ``plus`` ``minus`` ``multiply`` ``divide`` ``screen`` ``overlay`` ``darken`` ``lighten`` ``color-dodge`` ``color-burn`` ``linear-dodge`` ``linear-burn`` ``hard-light`` ``soft-light`` ``difference`` ``exclusion`` ``contrast`` ``invert`` ``invert-rgb`` ``grain-merge`` ``grain-extract`` ``hue`` ``saturation`` ``color`` ``value`` - - -Default Value: src-over -*(Add the current layer on top of other layers.)* - -Composite operation. This defines how this layer should behave relative to layers atop or below it. - ------------- - - -opacity -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``float`` - - - - - -Default Value: 1 -*(No separate buffer will be used and no alpha will be applied to the style after rendering.)* - -An alpha value for the style (which means an alpha applied to all features in separate buffer and then composited back to main buffer). - ------------- - - - map ^^^ diff --git a/docs/api/mapnik/3.0.3.rst b/docs/api/mapnik/3.0.3.rst index 1588b7485..8da9780a7 100644 --- a/docs/api/mapnik/3.0.3.rst +++ b/docs/api/mapnik/3.0.3.rst @@ -101,95 +101,6 @@ Symbolizers ----------- -* -^ - -image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` ``color-blind-protanope`` ``color-blind-deuteranope`` ``color-blind-tritanope`` ``colorize-alpha`` ``color-to-alpha`` ``scale-hsla`` - -Default Value: none -*(no filters.)* - -A list of image filters that will be applied to the active rendering canvas for a given style. The presence of one more ``image-filters`` will trigger a new canvas to be created before starting to render a style and then this canvas will be composited back into the main canvas after rendering all features and after all ``image-filters`` have been applied. See ``direct-image-filters`` if you want to apply a filter directly to the main canvas. - ------------- - - -image-filters-inflate -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``boolean`` - - - - - -Default Value: false -*(No special handling will be done and image filters that blur data will only blur up to the edge of a tile boundary.)* - -A property that can be set to true to enable using an inflated image internally for seamless blurring across tiles (requires buffered data). - ------------- - - -direct-image-filters -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``functions`` - - - -Possible values: ``agg-stack-blur`` ``emboss`` ``blur`` ``gray`` ``sobel`` ``edge-detect`` ``x-gradient`` ``y-gradient`` ``invert`` ``sharpen`` ``color-blind-protanope`` ``color-blind-deuteranope`` ``color-blind-tritanope`` ``colorize-alpha`` ``color-to-alpha`` ``scale-hsla`` - -Default Value: none -*(no filters.)* - -A list of image filters to apply to the main canvas (see the ``image-filters`` doc for how they work on a separate canvas). - ------------- - - -comp-op -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``keyword`` - - -Possible values: ``clear`` ``src`` ``dst`` ``src-over`` ``dst-over`` ``src-in`` ``dst-in`` ``src-out`` ``dst-out`` ``src-atop`` ``dst-atop`` ``xor`` ``plus`` ``minus`` ``multiply`` ``divide`` ``screen`` ``overlay`` ``darken`` ``lighten`` ``color-dodge`` ``color-burn`` ``linear-dodge`` ``linear-burn`` ``hard-light`` ``soft-light`` ``difference`` ``exclusion`` ``contrast`` ``invert`` ``invert-rgb`` ``grain-merge`` ``grain-extract`` ``hue`` ``saturation`` ``color`` ``value`` - - -Default Value: src-over -*(Add the current layer on top of other layers.)* - -Composite operation. This defines how this layer should behave relative to layers atop or below it. - ------------- - - -opacity -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Type: ``float`` - - - - - -Default Value: 1 -*(No separate buffer will be used and no alpha will be applied to the style after rendering.)* - -An alpha value for the style (which means an alpha applied to all features in separate buffer and then composited back to main buffer). - ------------- - - - map ^^^