| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GIS.Graphics.PlotPNG
Description
Module to generate PNGs from shapefiles
- fileOptions :: FileOptions
- mkMap :: FilePath -> Map -> IO ()
- mkMapPng :: FilePath -> Map -> IO ()
Documentation
fileOptions :: FileOptions Source #
Default file options: PNG output and 1920x1080. To change the file size, you can do e.g. > fo_size .~ (640,480) $ fileOptions