mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 19:01:08 +00:00
display runlength in inspector
This commit is contained in:
@@ -58,7 +58,7 @@ const TileRow = (props: {
|
||||
<td>{y}</td>
|
||||
<td>{props.entry.offset}</td>
|
||||
<td>{props.entry.length}</td>
|
||||
<td>{props.entry.runLength == 0 ? "directory" : "tile"}</td>
|
||||
<td>{props.entry.runLength == 0 ? "directory" : `tile(${props.entry.runLength})`}</td>
|
||||
</TableRow>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user