Documentation ¶
Index ¶
Constants ¶
View Source
const ( AddrHouseNum = "addr:housenumber" AddrStreet = "addr:street" AddrCity = "addr:city" AddrCountry = "addr:country" AddrPostcode = "addr:postcode" AdminLevel = "admin_level" Boundary = "boundary" AddrPrefix = "addr:" GnisPrefix = "gnis:" TigerPrefix = "tiger:" BlockSize = 8000 RoleOuter = "outer" RoleInner = "inner" )
TODO split types into their own module
Variables ¶
View Source
var ( NodeType = osmpbf.NodeType WayType = osmpbf.WayType RelationType = osmpbf.RelationType )
Functions ¶
func MarshalAddrIndex ¶
func UnmarshalNids ¶
Types ¶
type Excavator ¶
type Excavator struct { NodeCourier func(<-chan *Node) WayCourier func(<-chan *Way) RelationCourier func(<-chan *Relation) // contains filtered or unexported fields }
func NewExcavator ¶
Click to show internal directories.
Click to hide internal directories.