Type alias CopyrightTable

CopyrightTable: {
    [zoom: number]: string[];
}

ズームレベルに対応するコピーライトのテーブル

Type declaration

  • [zoom: number]: string[]