UNPKG

geogrid-maplibre-gl

Version:

GeoGrid is a MapLibre GL JS plugin for adding a highly customizable geographic grid (graticule) to your map.

6 lines (5 loc) 133 B
export type Postition = [number, number]; export interface Elements { labels: HTMLElement[]; labelsContainer: HTMLElement; }