geogrid-maplibre-gl
Version:
GeoGrid is a MapLibre GL JS plugin for adding a highly customizable geographic grid (graticule) to your map.
11 lines (10 loc) • 328 B
TypeScript
export declare const MIN_LATTITUDE = -90;
export declare const MAX_LATTITUDE = 90;
export declare const MAX_LONGITUDE = 180;
export declare const MIN_LONGITUDE = -180;
export declare const PLUGIN_PREFIX = "geo-grid";
export declare const classnames: {
container: string;
containerOverride: string;
label: string;
};