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