Skip to content

Commit cce185f

Browse files
committed
Merge pull request #33 from pauldendulk/patch-2
Update README.md
2 parents aee2576 + 7da5e9a commit cce185f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎1.0.1/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A vector tile can consist of one or more named layers and containing one or more
2020

2121
Features contain an id, attributes, and geometries: either point, linestring, or polygon.
2222

23-
Geometries are stored as an a single array of integers that represent a command,x,y stream (where command is a rendering command like move_to or line_to). Commands are encoded only when they change. Geometries are clipped, reprojected into spherical mercator, converted to screen coordinates, and [delta](http://en.wikipedia.org/wiki/Delta_encoding) and [zigzag](https://developers.google.com/protocol-buffers/docs/encoding#types) encoded.
23+
Geometries are stored as a single array of integers that represent a command,x,y stream (where command is a rendering command like move_to or line_to). Commands are encoded only when they change. Geometries are clipped, reprojected into spherical mercator, converted to screen coordinates, and [delta](http://en.wikipedia.org/wiki/Delta_encoding) and [zigzag](https://developers.google.com/protocol-buffers/docs/encoding#types) encoded.
2424

2525
Feature attributes are encoded as key:value pairs which are dictionary encoded at the layer level for compact storage of any repeated keys or values. Values use [varint](https://developers.google.com/protocol-buffers/docs/encoding#varints) type encoding supporting both unicode strings, boolean values, and various integer and floating point types.
2626

0 commit comments

Comments
 (0)