Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "geocortex/infrastructure/ExportTilesUtils"

Index

Functions

estimateExportTilesSize

  • Extimate the size of exported tiles from a map service supporting the operation.

    Parameters

    • service: string | Layer

      The map service to export tiles from.

    • params: ExportTilesParameters

      Operation parameters.

    Returns Promise<ExportTilesEstimate>

    A promise of an estimate of the size of the exported tiles.

exportTiles

  • Export tiles from a map service supporting the operation.

    Parameters

    • service: string | Layer

      The map service to export tiles from.

    • params: ExportTilesParameters

      Operation parameters.

    Returns Promise<DownloadableFile[]>

    A promise of the URL(s) the newly exported tiles can be downloaded from.