Pluggable map
This commit is contained in:
1479
src/ol/map.js
1479
src/ol/map.js
File diff suppressed because it is too large
Load Diff
1477
src/ol/pluggablemap.js
Normal file
1477
src/ol/pluggablemap.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -365,8 +365,8 @@ ol.LRUCacheEntry;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{controls: ol.Collection.<ol.control.Control>,
|
||||
* interactions: ol.Collection.<ol.interaction.Interaction>,
|
||||
* @typedef {{controls: (ol.Collection.<ol.control.Control>|undefined),
|
||||
* interactions: (ol.Collection.<ol.interaction.Interaction>|undefined),
|
||||
* keyboardEventTarget: (Element|Document),
|
||||
* logos: (Object.<string, (string|Element)>),
|
||||
* overlays: ol.Collection.<ol.Overlay>,
|
||||
|
||||
Reference in New Issue
Block a user