| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
GIS.Graphics.PlotSVG
Description
Module to generate SVGs from shapefiles.
- fileOptions :: FileOptions
 - mkMapSVG :: FilePath -> Map -> IO ()
 - makeLensMapSVG :: Show a => String -> FilePath -> Lens' District a -> [District] -> 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