I ran into several tools that complained that the vector tiles I created with this tool were missing the Extent value on the individual layers. Looking in the code I noticed that this was marked as not required and as a result the default value wasn't being included in the tiles. Other tools that didn't validate the tiles ran into issues as they defaulted the extent to 0. According to Mapbox vector tile spec, the Extent value must be specified in each layer.
I ran into several tools that complained that the vector tiles I created with this tool were missing the Extent value on the individual layers. Looking in the code I noticed that this was marked as not required and as a result the default value wasn't being included in the tiles. Other tools that didn't validate the tiles ran into issues as they defaulted the extent to 0. According to Mapbox vector tile spec, the Extent value must be specified in each layer.