FIMViz.jsAPI
    Preparing search index...

    Function providerAcceptsCRS

    • Can the named provider render content in crs? The Layer render precondition asks this before drawing so a non-WGS84 raster surfaces a clear "reproject first" error instead of a blank overlay. A provider that declares no acceptsCRS is treated as accepting anything (permissive default).

      Parameters

      • name: string = DEFAULT_PROVIDER
      • crs: string = null

      Returns boolean