UNPKG

protomaps-leaflet

Version:

Vector tile rendering and labeling for [Leaflet](https://github.com/Leaflet/Leaflet).

8 lines (7 loc) 269 B
import { Rule } from "./painter"; import { PreparedTile } from "./view"; export interface XraySelection { dataSource?: string; dataLayer: string; } export declare const xray_rules: (prepared_tilemap: Map<string, PreparedTile[]>, xray: XraySelection) => Rule[];