Type Alias ContourProps

ContourProps: {
    bandwidth: number;
    category?: string | string[];
    fill: boolean;
    id: string;
    intensity: number;
    opacity: number;
    parameter?: string;
}

need to be clearer on which prop types are for which parts of layer spec...

Type declaration

  • bandwidth: number
  • Optionalcategory?: string | string[]
  • fill: boolean
  • id: string

    to be used as deck.gl sublayer id

  • intensity: number
  • opacity: number
  • Optionalparameter?: string

    the column - if not present, should we not filter the data? at the moment, we reduce to nothing maybe it should not be optional, in which case we need to re-arrange how hooks are called