Documentation
¶
Index ¶
Constants ¶
View Source
const ( CHANNELSIZE = 4 // CHANNELSIZE is used as size of the cache for nodes/ways/relations TRANSACTIONLIMIT = 300000 //Number of elements allowed in cache NODES = iota //Element types COORDS WAYS RELATIONS )
Variables ¶
This section is empty.
Functions ¶
func WriteToDatabase ¶
func WriteToDatabase(PbfFileName string, Db database.OSMDatabase) error
WriteToDatabase takes a pbf file and writes it to any database that is conform to the database/OSMDatabase type
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.