We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe7482 commit ab986f7Copy full SHA for ab986f7
README.md
@@ -95,8 +95,8 @@ Links to a [PMTiles](https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec
95
The [Tile Type](https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md#tile-type-tt) of the
96
PMTiles data source can be read from the first 127 bytes of the the binary header.
97
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.
+It is typical to assume a tile size of 256x256 display (CSS) pixels for raster tiles and 512x512 display pixels for vector tiles.
+Tile sizes are not guaranteed to be uniform across an entire archive.
100
101
### XYZ
102
0 commit comments