vector-tile-go icon indicating copy to clipboard operation
vector-tile-go copied to clipboard

Reads / Writes vector-tiles in go. With faster reads / writes than normal protobuf implementations.

Results 1 vector-tile-go issues
Sort by recently updated
recently updated
newest added

Build output below. ```zsh go build # github.com/murphy214/geobuf/geobuf_raw ../../../go/pkg/mod/github.com/murphy214/[email protected]/geobuf_raw/read_feature.go:74:55: pbfval.ReadPoint undefined (type pbf.PBF has no field or method ReadPoint) ../../../go/pkg/mod/github.com/murphy214/[email protected]/geobuf_raw/read_feature.go:76:60: pbfval.ReadLine undefined (type pbf.PBF has no field or method ReadLine)...