Interface GeojsonEditData

interface GeojsonEditData {
    geojson?: Feature;
    isDraft?: boolean;
    layerName?: string;
    organization?: string;
}

Properties

geojson?: Feature
isDraft?: boolean
layerName?: string
organization?: string