Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix mapnik api doc for api versions < 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Jul 6, 2017
1 parent 5777f86 commit b0a03fa
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 449 deletions.
55 changes: 0 additions & 55 deletions docs/api/mapnik/2.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^

Expand Down
55 changes: 0 additions & 55 deletions docs/api/mapnik/2.1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^

Expand Down
72 changes: 0 additions & 72 deletions docs/api/mapnik/2.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^

Expand Down
89 changes: 0 additions & 89 deletions docs/api/mapnik/2.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^

Expand Down
89 changes: 0 additions & 89 deletions docs/api/mapnik/3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^

Expand Down
Loading

0 comments on commit b0a03fa

Please sign in to comment.