Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2.0/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following keys are OPTIONAL
* `maxzoom`: The highest zoom level for which the tileset provides data. If present there MUST be no tiles with a higher `zoom_level`.
* `attribution`: An attribution string, which explains in English (and HTML) the sources of
data and/or style for the map.
* `version`: The version of the tileset, as a plain number.
* `version`: The version of the tileset, as a plain number. This refers to a revision of the tileset itself, not of the MBTiles specification.
* `type`: `overlay` or `baselayer`

Additional keys MAY be added, such as those in [UTFGrid-based interaction](https://github.com/mapbox/utfgrid-spec).
Expand Down