Add projection argument when loading features

This commit is contained in:
Tom Payne
2014-03-12 15:27:52 +01:00
parent cbbcab926e
commit b24e122d4f
4 changed files with 17 additions and 12 deletions
+2
View File
@@ -13,6 +13,7 @@ goog.require('goog.events.Event');
goog.require('goog.events.EventType');
goog.require('goog.object');
goog.require('ol.ObjectEventType');
goog.require('ol.proj');
goog.require('ol.source.Source');
goog.require('ol.structs.RBush');
@@ -340,6 +341,7 @@ ol.source.Vector.prototype.isEmpty = function() {
/**
* @param {ol.Extent} extent Extent.
* @param {number} resolution Resolution.
* @param {ol.proj.Projection} projection Projection.
*/
ol.source.Vector.prototype.loadFeatures = goog.nullFunction;