Skip to content

Commit

Permalink
Also add webp as a grandfathered format
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Jan 22, 2018
1 parent bfa6bfd commit d22c278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.3/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This table or view MUST yield exactly two columns of type `text`, named `name` a
The metadata table is used as a key/value store for settings. It MUST contain these two rows:

* `name` (string): The human-readable name of the tileset.
* `format` (string): The file format of the tile data: `pbf`, `jpg`, `png`, or an [IETF media type](https://www.iana.org/assignments/media-types/media-types.xhtml) for other formats.
* `format` (string): The file format of the tile data: `pbf`, `jpg`, `png`, `webp`, or an [IETF media type](https://www.iana.org/assignments/media-types/media-types.xhtml) for other formats.

`pbf` as a `format` refers to gzip-compressed vector tile data in
[Mapbox Vector Tile](https://github.com/mapbox/vector-tile-spec/) format.
Expand Down

0 comments on commit d22c278

Please sign in to comment.