mapbox / mapbox-gl-js

Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
https://docs.mapbox.com/mapbox-gl-js/
Other
11.15k stars 2.22k forks source link

Document URL template tokens #4137

Open lucaswoj opened 7 years ago

lucaswoj commented 7 years ago

From @lucaswoj on October 25, 2016 16:31

TileJSON URL templates may use several different tokens and either of two schemes. We should document these and provide a SDK support table

Schemes

Copied from original issue: mapbox/mapbox-gl-style-spec#550

jfirebaugh commented 6 years ago

scheme was added in #5510.

andrewharvey commented 6 years ago

for reference here's what's currently supported in GL JS: https://github.com/mapbox/mapbox-gl-js/blob/a4eed2f8eff2e96a7c8a0eb09dda7c023f2c726a/src/source/tile_id.js#L34-L41