Better ol.Map#logos_ type definition
This commit is contained in:
@@ -200,7 +200,7 @@ ol.Map = function(options) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {Object}
|
* @type {Object.<string, string>}
|
||||||
*/
|
*/
|
||||||
this.logos_ = optionsInternal.logos;
|
this.logos_ = optionsInternal.logos;
|
||||||
|
|
||||||
@@ -1433,7 +1433,7 @@ ol.Map.prototype.unskipFeature = function(feature) {
|
|||||||
* @typedef {{controls: ol.Collection.<ol.control.Control>,
|
* @typedef {{controls: ol.Collection.<ol.control.Control>,
|
||||||
* interactions: ol.Collection.<ol.interaction.Interaction>,
|
* interactions: ol.Collection.<ol.interaction.Interaction>,
|
||||||
* keyboardEventTarget: (Element|Document),
|
* keyboardEventTarget: (Element|Document),
|
||||||
* logos: Object,
|
* logos: Object.<string, string>,
|
||||||
* overlays: ol.Collection.<ol.Overlay>,
|
* overlays: ol.Collection.<ol.Overlay>,
|
||||||
* rendererConstructor:
|
* rendererConstructor:
|
||||||
* function(new: ol.renderer.Map, Element, ol.Map),
|
* function(new: ol.renderer.Map, Element, ol.Map),
|
||||||
|
|||||||
Reference in New Issue
Block a user