Add missing WMSGetFeatureInfo exports

This commit is contained in:
ahocevar
2013-11-22 17:11:44 +01:00
parent 4bae4f3b90
commit 9d9c91bbf7
5 changed files with 17 additions and 17 deletions
+7
View File
@@ -6,6 +6,13 @@ goog.require('goog.object');
goog.require('goog.uri.utils');
/**
* @typedef {{method: (ol.source.WMSGetFeatureInfoMethod|undefined),
* params: (Object.<string,string>|undefined)}}
*/
ol.source.WMSGetFeatureInfoOptions;
/**
* Method to use to get WMS feature info.
* @enum {string}