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) 180 B
import { Postition } from '../types'; export declare const createMultiLineString: (coordinates: Postition[][]) => { type: "MultiLineString"; coordinates: Postition[][]; };