hgis-0.1.3.7: Package and command-line for GIS with Haskell

Safe HaskellNone
LanguageHaskell2010

GIS.Graphics.PlotSVG

Description

Module to generate SVGs from shapefiles.

Synopsis

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

mkMapSVG :: FilePath -> Map -> IO () Source #

Given a Map, write it to file as an SVG.

makeLensMapSVG :: Show a => String -> FilePath -> Lens' District a -> [District] -> IO () Source #