mapbox / tilejson-spec

JSON format for describing map tilesets.
255 stars 52 forks source link

tiles #40

Closed GretaCB closed 6 years ago

GretaCB commented 6 years ago

Per https://github.com/mapbox/tilejson-spec/pull/36, this adds the tiles field to Structure section.

REQUIRED.

An array of tile endpoints. {z}, {x} and {y}, if present, are replaced with the corresponding integers. If multiple endpoints are specified, clients may use any combination of endpoints. All endpoints MUST return the same content for the same URL. The array MUST contain at least one endpoint.

cc @mapsam