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.
IDs < 0 and IDs not of type
int64_toruint64_tare 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.