You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
427 B
13 lines
427 B
/**
|
|
* Make projections defined in proj4 (with `proj4.defs()`) available in
|
|
* OpenLayers. Requires proj4 >= 2.8.0.
|
|
*
|
|
* This function should be called whenever changes are made to the proj4
|
|
* registry, e.g. after calling `proj4.defs()`. Existing transforms will not be
|
|
* modified by this function.
|
|
*
|
|
* @param {?} proj4 Proj4.
|
|
* @api
|
|
*/
|
|
export function register(proj4: unknown): void;
|
|
//# sourceMappingURL=proj4.d.ts.map
|