Skip to content

Commit ab986f7

Browse files
authored
update README with details on pmtiles tile sizes [#21] (#22)
* update README with details on pmtiles tile sizes [#21]
1 parent 8fe7482 commit ab986f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Links to a [PMTiles](https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec
9595
The [Tile Type](https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md#tile-type-tt) of the
9696
PMTiles data source can be read from the first 127 bytes of the the binary header.
9797

98-
It is typical to assume a tile size of 256x256 pixels for raster tiles and 512x512 pixels for vector tiles,
99-
but they could also be inferred from the first file.
98+
It is typical to assume a tile size of 256x256 display (CSS) pixels for raster tiles and 512x512 display pixels for vector tiles.
99+
Tile sizes are not guaranteed to be uniform across an entire archive.
100100

101101
### XYZ
102102

0 commit comments

Comments
 (0)