Safe Haskell | None |
---|---|
Language | Haskell2010 |
Module to generate PNGs from shapefiles
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
mkMap :: FilePath -> Map -> IO () Source #
Given a Map
write it to file, where the format is determined by the
extension.