interface WfsPermalinkData {
    filterGroups: WfsPermalinkFilterGroup[];
    showFeatures: boolean;
    wfsType: string;
}

Properties

filterGroups: WfsPermalinkFilterGroup[]
showFeatures: boolean
wfsType: string