Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "geocortex/infrastructure/offline/bundle/BundleBuilder"

Index

Functions

Private buildBundle

  • Builds an offline Bundle.

    Parameters

    Returns Promise<Bundle>

    a promise of the Bundle.

buildJsonEntry

  • Builds an OfflineResourceEntry for an object.

    Parameters

    • key: string
    • value: any
    • Optional encode: boolean

    Returns BundleResourceEntry

cleanUpMapServiceUrl

cleanUpRestUrl

  • Parameters

    Returns string

urlToPattern

  • urlToPattern(url: string): string
  • Turns a well-formed URL into a regex pattern, which could also be a key for a resource.

    Parameters

    • url: string

    Returns string