This commit is contained in:
13
node_modules/ol/proj/proj4.d.ts
generated
vendored
Normal file
13
node_modules/ol/proj/proj4.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Make projections defined in proj4 (with `proj4.defs()`) available in
|
||||
* OpenLayers.
|
||||
*
|
||||
* 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
|
||||
Reference in New Issue
Block a user