You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added the possibility to provide ImageIO's output format in the TYPE string.
For instance:
TYPE=png image/png
TYPE=png image/png png256
TYPE=png image/png png24
TYPE=png image/png png
* Removed useless comments.
Added documentation for output format.
* Added tests for 'webp' output format
* Also added tests for 'png32' output format
* Fix 'webp' sums vary based on version
* Add JPG & use multiple layers on example-map
---------
Co-authored-by: Tim <autintim@gmail.com>
;** config options used by mod_tile, but not renderd **
47
47
;MINZOOM=0
48
48
;MAXZOOM=18
49
-
;TYPE=png image/png
49
+
;TYPE=png image/png png256 ; Values are: <extension> <mime-type> <output-format> (for more information about output format see https://github.com/mapnik/mapnik/wiki/Image-IO)
50
50
;DESCRIPTION=This is a description of the tile layer used in the tile json request
;** config options used by mod_tile, but not renderd **
66
66
;MINZOOM=0
67
67
;MAXZOOM=22
68
-
;TYPE=png image/png
68
+
;TYPE=png image/png png256 ; Values are: <extension> <mime-type> <output-format> (for more information about output format see https://github.com/mapnik/mapnik/wiki/Image-IO)
69
69
;DESCRIPTION=This is a description of the tile layer used in the tile json request
0 commit comments