-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
IDs < 0 and IDs not of type int64_t or uint64_t are simply ignored here:
https://github.com/mapbox/vector-tile/blob/2.x/include/mapbox/vector_tile/builder.hpp#L48-L59
Is this correct? If yes, I think it needs to be documented.