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

    Interface Definition

    A description of what relevant files exist and where

    interface Definition {
        cpg?: string;
        dbf?: string;
        prj?: string;
        shp: string;
    }
    Index

    Properties

    Properties

    cpg?: string

    The path to the .cpg file. cpg is optional, but needed if your dbf is in some weird (non utf8) encoding.

    dbf?: string

    The path to the .dbf file. dbf is optional, but needed if you want attributes

    prj?: string

    The path to the .prj file. prj is optional, but needed if your file is in some projection you don't want it in

    shp: string

    The path to the .shp file