Imports of package mvt

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
github.com/paulmach/orb
github.com/paulmach/orb/clipPackage clip is a library for clipping geometry to a bounding box.
github.com/paulmach/orb/encoding/mvt/vectortile
github.com/paulmach/orb/geojsonPackage geojson is a library for encoding and decoding GeoJSON into Go structs using the geometries in the orb package.
github.com/paulmach/orb/internal/mercator
github.com/paulmach/orb/maptilePackage maptile defines a Tile type and methods to work with web map projected tile data.
github.com/paulmach/orb/planarPackage planar computes properties on geometries assuming they are in 2d euclidean space.
github.com/paulmach/orb/projectPackage project defines projections to and from Mercator and WGS84 along with helpers to apply them to orb geometry types.
github.com/paulmach/protoscan
io/ioutilPackage ioutil implements some I/O utility functions.
mathPackage math provides basic constants and mathematical functions.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.