UNPKG

@uwdata/mosaic-plot

Version:

A Mosaic-powered plotting framework based on Observable Plot.

32 lines 876 B
export class RasterTileMark extends Grid2DMark { constructor(source: any, options: any); image: any; origin: any; tileX: any; tileY: any; setPlot(plot: any, index: any): void; requestQuery(): Promise<void>; query(filter?: any[]): any; _filter: any[]; tileQuery(extent: any): any; requestTiles(): Promise<void>; prefetch: import("@uwdata/mosaic-core").QueryResult<unknown>[]; convolve(): this; rasterize(): this; plotSpecs(): { type: any; data: { length: number; }; options: { src: any; width: number; height: number; preserveAspectRatio: string; imageRendering: any; frameAnchor: string; }; }[]; } import { Grid2DMark } from './Grid2DMark.js'; //# sourceMappingURL=RasterTileMark.d.ts.map