UNPKG

geogrid-maplibre-gl

Version:

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

5 lines (4 loc) 308 B
import { LngLatBounds } from 'maplibre-gl'; import { Postition } from '../types'; export declare const createParallelsGeometry: (densityInDegrees: number, bounds: LngLatBounds) => Postition[][]; export declare const createMeridiansGeometry: (densityInDegrees: number, bounds: LngLatBounds) => Postition[][];