open-vector-tile
Version:
This library reads/writes Open Vector Tiles
33 lines (18 loc) • 1.39 kB
Markdown
# Open Vector Tile Specification
A specification for encoding tiled vector data.
## Implementations
* [open-vector-tile](https://github.com/Open-S2/open-vector-tile) (Rust and Typescript)
## Versioning
The specification is versioned based on `major.minor` notation. The `major` version will be incremented with any technical change to the specification format or way it should be interpreted. Changes to the `minor` version will be reserved for any clarification or correction of clerical errors associated with the specification language.
The `major` version in the specification name is synonymous with the `version` field in an Open Vector Tile layer. See the `4.1. Layers` section for more details.
## Contributing
If you are interested in contributing please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file.
## Authors
As this is a modified version of Mapbox's vector tile spec, you can see [the original authors here](https://github.com/mapbox/vector-tile-spec)
* Craig O'Connor
## License
See the original MVT License [here](https://github.com/mapbox/vector-tile-spec/blob/master/LICENSE).
The text of this specification is licensed under a
[Creative Commons Attribution 4.0 DEED License](https://creativecommons.org/licenses/by/4.0/deed.en).
However, the use of this spec in products and code is entirely free:
there are no royalties, restrictions, or requirements.