Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)