Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapbox/tilejson-spec
JSON format for describing map tilesets.
https://github.com/mapbox/tilejson-spec
json mapbox-gl specification
Last synced: 24 days ago
JSON representation
JSON format for describing map tilesets.
- Host: GitHub
- URL: https://github.com/mapbox/tilejson-spec
- Owner: mapbox
- Created: 2011-06-22T21:27:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T09:35:58.000Z (10 months ago)
- Last Synced: 2024-08-13T03:05:25.036Z (5 months ago)
- Topics: json, mapbox-gl, specification
- Homepage:
- Size: 63.5 KB
- Stars: 254
- Watchers: 134
- Forks: 52
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TileJSON
TileJSON is an open standard for representing map metadata. Current version: [3.0.0](/3.0.0)
## License
The text of this specification is licensed under a
[Creative Commons Attribution 3.0 United States License](https://creativecommons.org/licenses/by/3.0/us/).
However, the use of this spec in products and code is entirely free:
there are no royalties, restrictions, or requirements.## Implementations
#### Servers
* [Carto](https://carto.com/)
* [Mapbox](https://www.mapbox.com/)
* [TileStache](http://tilestache.org/)
* [Martin](https://github.com/maplibre/martin)#### Writing
* [TileStream](https://github.com/mapbox/tilestream)
#### Reading
* [TileStream](https://github.com/mapbox/tilestream) via [node-tilejson](https://github.com/mapbox/node-tilejson)
* [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/)
* [Mapbox iOS SDK](https://www.mapbox.com/mapbox-ios-sdk/)
* [OpenLayers](https://openlayers.org/)
* [Leaflet-tilejson](https://github.com/kartena/leaflet-tilejson)
* [Wax](https://github.com/mapbox/wax) via `wax.tilejson(url, callback)`## Authors
* Konstantin Käfer
* Young Hahn
* Tom MacWright
* Carol Hansen
* Sam Matthews## Translations
* [简体中文](https://github.com/jingsam/tilejson-spec/blob/master/2.2.0/README-zh.md)