applyContextDiffToMap() ​
applyContextDiffToMap(
map,contextDiff):Map
Apply a context diff to an OpenLayers map. The function returns synchronously; all asynchronous modifications are stacked in a promise chain stored on the map.
Parameters ​
| Parameter | Type | Description |
|---|---|---|
map | Map | - |
contextDiff | MapContextDiff | - |
Returns ​
Map