UNPKG

@open-formulieren/leaflet-tools

Version:

Shared utilities for Leaflet maps and Dutch (NL) geo standards

9 lines (8 loc) 217 B
import * as L from 'leaflet'; import 'proj4leaflet'; /** * A leaflet CRS instance for the RD coordinate reference system. * * Pass this to the `crs` leaflet map option. */ export declare const CRS_RD: L.Proj.CRS;