d3-thematika - v0.0.1
    Preparing search index...

    Function getTileBounds

    • タイル座標から地理的境界(bounding box)を計算します

      Parameters

      • x: number

        タイルのX座標

      • y: number

        タイルのY座標

      • z: number

        ズームレベル

      Returns TileBounds

      タイルの地理的境界

      const bounds = getTileBounds(909, 404, 10);
      console.log(bounds.bounds); // [139.65, 35.68, 139.74, 35.74]