interface AttributeMapPair {
    mappedAttr: undefined | string;
    origAttr: string;
}

Properties

Properties

mappedAttr: undefined | string

Attribute name the original attribute should fall under in the Merge Grid

origAttr: string

Attribute name as defined in the source layer