/// <summary>
 /// Get a tile layer by name
 /// </summary>
 /// <param name="layerName">Name of the layer to request</param>
 /// <returns>Decoded <see cref="VectorTileLayer"/></returns>
 public VectorTileLayer GetLayer(string layerName)
 {
     return(_VTR.GetLayer(layerName));
 }