mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-23 18:40:17 +00:00
Add new protocol elements to .proto file
This commit is contained in:
parent
37a20a004b
commit
2606fa1777
@ -23,7 +23,17 @@ message tile {
|
||||
optional sint64 sint_value = 6;
|
||||
optional bool bool_value = 7;
|
||||
|
||||
extensions 8 to max;
|
||||
// Each element refers to the nth value in the layer's values list
|
||||
repeated uint32 list_value = 8 [ packed = true ];
|
||||
|
||||
// Even numbered elements refer to the nth key in the layer's keys list
|
||||
// Odd numbered elements refer to the nth value in the layer's values list
|
||||
repeated uint32 hash_value = 9 [ packed = true ];
|
||||
|
||||
// The actual number written is unused; any value counts as a null value
|
||||
optional int64 null_value = 10;
|
||||
|
||||
extensions 11 to max;
|
||||
}
|
||||
|
||||
message feature {
|
||||
|
Loading…
x
Reference in New Issue
Block a user