├── 1.0.0 ├── README.md └── vector_tile.proto ├── 1.0.1 ├── README.md └── vector_tile.proto ├── 2.0 ├── README.md └── vector_tile.proto ├── 2.1 ├── README.md └── vector_tile.proto ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE └── README.md /1.0.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/1.0.0/README.md -------------------------------------------------------------------------------- /1.0.0/vector_tile.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/1.0.0/vector_tile.proto -------------------------------------------------------------------------------- /1.0.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/1.0.1/README.md -------------------------------------------------------------------------------- /1.0.1/vector_tile.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/1.0.1/vector_tile.proto -------------------------------------------------------------------------------- /2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/2.0/README.md -------------------------------------------------------------------------------- /2.0/vector_tile.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/2.0/vector_tile.proto -------------------------------------------------------------------------------- /2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/2.1/README.md -------------------------------------------------------------------------------- /2.1/vector_tile.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/2.1/vector_tile.proto -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/vector-tile-spec/HEAD/README.md --------------------------------------------------------------------------------