Function getURL

  • replaces {x}, {y}, {z} with the x, y, z tiling coordinates replaces {minx}, {miny}, {maxx}, {maxy} with extent of the tile if tilingExtent is provided replaces {locale} with the given locale

    Parameters

    • url: string
    • x: number
    • y: number
    • z: number
    • Optional tilingExtent: Rectangle
    • locale: string = 'en'

    Returns string

Generated using TypeDoc