package
0.0.0-20171123123043-63ab681c3498
Repository: https://github.com/dernise/venise.git
Documentation: pkg.go.dev
# README
*.proto files were downloaded from https://github.com/scrosby/OSM-binary/tree/master/src and changed in following ways:
- To eliminate continuous conversions from
[]byte
tostring
, this
message StringTable {
repeated bytes s = 1;
}
was changed to
message StringTable {
repeated string s = 1;
}
This changes is expected to be fully compatible with all PBF files.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
THIS IS STUB DESIGN FOR CHANGESETS.
* Optional metadata that may be included into each primitive.
No description provided by the author
No description provided by the author
No description provided by the author
Optional metadata that may be included into each primitive.
No description provided by the author
No description provided by the author
Group of OSMPrimitives.
No description provided by the author
* String table, contains the common strings in each block.
No description provided by the author
# Type aliases
No description provided by the author