From 2c7cf4213aeb73d8f9cbd5fe6f5bdcfe9e83e30f Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 22 Feb 2022 10:42:44 -0700 Subject: [PATCH] Update part offsets for linestrings --- format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.md b/format.md index b050e34..e65233b 100644 --- a/format.md +++ b/format.md @@ -219,7 +219,7 @@ Logical representation: Physical representation (buffers): * Coordinates: `[0.0, 0.0, 0.0, 1.0, 0.0, 2.0, 1.0, 0.0, 1.0, 1.0, 2.0, 0.0, 2.0, 1.0, 2.0, 2.0, 3.0, 0.0, 3.0, 1.0]` -* Part offsets (linestrings): `[0, 3, 5, 8, 10]` +* Part offsets (linestrings): `[0, 3, 6, 9, 12]` * Geometry offsets: `[0, 1, 3, 4]`