Versions in this module Expand all Collapse all v0 v0.6.0-alpha.4 Apr 17, 2018 v0.6.0-alpha.3 Apr 16, 2018 v0.6.0-alpha.2 Apr 15, 2018 v0.6.0-alpha.1 Apr 14, 2018 v0.5.0 Nov 21, 2017 Changes in this version + type Element struct + Add bool + Del bool + Mod bool + Node *element.Node + Rel *element.Relation + Way *element.Way + type Parser struct + func NewOscGzParser(fname string) (*Parser, error) + func NewParser(r io.Reader) *Parser + func (p *Parser) Next() (Element, error) + func (p *Parser) SetWithMetadata(metadata bool)