Remove old GetFeatureInfo related code
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
goog.provide('ol.source.FeatureInfoSource');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @interface
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.source.FeatureInfoSource = function() {};
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.Pixel} pixel Pixel.
|
||||
* @param {ol.Map} map The map that the pixel belongs to.
|
||||
* @param {function(string)} success Callback with feature info.
|
||||
* @param {function()=} opt_error Optional error callback.
|
||||
*/
|
||||
ol.source.FeatureInfoSource.prototype.getFeatureInfoForPixel =
|
||||
goog.abstractMethod;
|
||||
@@ -1,3 +0,0 @@
|
||||
@exportSymbol ol.source.WMSGetFeatureInfoMethod
|
||||
@exportProperty ol.source.WMSGetFeatureInfoMethod.IFRAME
|
||||
@exportProperty ol.source.WMSGetFeatureInfoMethod.XHR_GET
|
||||
Reference in New Issue
Block a user