Skip to content

Commit

Permalink
Renumber the knots message because 5 is taken
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f authored and flippmoke committed Oct 17, 2018
1 parent 6edacb7 commit 5ccf259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.0/vector_tile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ message Tile {

// Representation of spline knots to be clarified:
// https://github.com/mapbox/vector-tile-spec/issues/114
repeated double knots = 5 [ packed = true ];
repeated double knots = 11 [ packed = true ];
}

// Layers are described in section 4.1 of the specification
Expand Down

0 comments on commit 5ccf259

Please sign in to comment.