Pluggable map

This commit is contained in:
Tim Schaub
2017-05-29 14:57:58 -06:00
parent cada78459f
commit 1a6ea341fe
3 changed files with 1488 additions and 1472 deletions

File diff suppressed because it is too large Load Diff

1477
src/ol/pluggablemap.js Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -365,8 +365,8 @@ ol.LRUCacheEntry;
/** /**
* @typedef {{controls: ol.Collection.<ol.control.Control>, * @typedef {{controls: (ol.Collection.<ol.control.Control>|undefined),
* interactions: ol.Collection.<ol.interaction.Interaction>, * interactions: (ol.Collection.<ol.interaction.Interaction>|undefined),
* keyboardEventTarget: (Element|Document), * keyboardEventTarget: (Element|Document),
* logos: (Object.<string, (string|Element)>), * logos: (Object.<string, (string|Element)>),
* overlays: ol.Collection.<ol.Overlay>, * overlays: ol.Collection.<ol.Overlay>,