gis-tools-ts - v0.6.0
    Preparing search index...

    Function fileTypeToReader

    • Given a file and a file type, return a reader

      Parameters

      • filePath: string

        The path to the file

      • Optionaltype: string

        The file type if specified, otherwise it will be inferred

      Returns Promise<
          FeatureIterator<
              Record<string, unknown>,
              Properties,
              Properties,
              VectorGeometry<Properties>,
          >,
      >