Remove old GetFeatureInfo related code

This commit is contained in:
Éric Lemoine
2014-01-19 21:58:18 +01:00
parent 8b9c3558ee
commit ad8833cc57
4 changed files with 0 additions and 133 deletions

View File

@@ -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;

View File

@@ -1,3 +0,0 @@
@exportSymbol ol.source.WMSGetFeatureInfoMethod
@exportProperty ol.source.WMSGetFeatureInfoMethod.IFRAME
@exportProperty ol.source.WMSGetFeatureInfoMethod.XHR_GET