InkmapGeoJsonLayer: {
    attribution?: string;
    geojson: any;
    layerName?: string;
    legendUrl?: string;
    style: any;
    type: "GeoJSON";
}

Type declaration

  • Optional attribution?: string
  • geojson: any
  • Optional layerName?: string
  • Optional legendUrl?: string
  • style: any
  • type: "GeoJSON"