If you composite two VTs with the same layer name, the resulting vector tile will have two layers with that name.
Background:
Currently, vector-tile-js will drop all but the last encountered layer. Instead, it should either:
- merge features from all layers with the same name, or
- store layers in an array rather than a map