Rename ol.source.FormatVector#loadFeatures to loadFeaturesFromURL

This commit is contained in:
Tom Payne
2014-03-04 15:58:43 +01:00
parent 073f83cd22
commit b008dd1805
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ ol.source.FormatVector.prototype.handleXhrIo_ = function(event) {
/**
* @param {goog.Uri|string} url URL.
*/
ol.source.FormatVector.prototype.loadFeatures = function(url) {
ol.source.FormatVector.prototype.loadFeaturesFromURL = function(url) {
var xhrIo = new goog.net.XhrIo();
var type = this.format.getType();
var responseType;