getFormatOfTypeUrl()

in src/file_layer.ts [129:132]


  getFormatOfTypeUrl(type: EMSFormatTypeStrings) {
    const format = this._getFormatOfType(type);
    return this._getFormatUrl(format);
  }