Versions in this module Expand all Collapse all v0 v0.5.2 Mar 29, 2019 v0.5.1 Mar 10, 2019 Changes in this version + type MapDrawer struct + func MakeMapDrawer(shapeFile string) (error, *MapDrawer) + func (md *MapDrawer) DrawMap(img *image.RGBA, gc *Geo.Converter) + func (md *MapDrawer) SetLineColor(c color.Color) + func (md *MapDrawer) SetLineWidth(w float64) + type MapSection struct