Remove PluggableMap

This commit is contained in:
Tim Schaub
2022-07-31 09:39:59 -06:00
parent b534368394
commit 85ef563ba8
57 changed files with 1959 additions and 1993 deletions

View File

@@ -11,10 +11,10 @@ import {get as getProjection} from '../proj.js';
*/
/**
* A function that takes a {@link module:ol/PluggableMap~FrameState} and returns a string or
* A function that takes a {@link module:ol/Map~FrameState} and returns a string or
* an array of strings representing source attributions.
*
* @typedef {function(import("../PluggableMap.js").FrameState): (string|Array<string>)} Attribution
* @typedef {function(import("../Map.js").FrameState): (string|Array<string>)} Attribution
*/
/**