Skip to content

Commit

Permalink
Merge pull request #5 from geographika/transparency
Browse files Browse the repository at this point in the history
Set TRANSPARENT option in PNG output format
  • Loading branch information
geographika authored Jul 23, 2019
2 parents 71fd661 + 0f82358 commit a522c9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions itasca.map
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ MAP
FORMATOPTION "STORAGE=memory"
END

OUTPUTFORMAT
NAME "png"
DRIVER AGG/PNG
MIMETYPE "image/png"
IMAGEMODE RGB
EXTENSION "png"
FORMATOPTION "GAMMA=0.75"
TRANSPARENT TRUE
END

#
# Start of web interface definition (including WMS enabling metadata)
#
Expand Down

0 comments on commit a522c9a

Please sign in to comment.