Fix olx.source.CartoDBOptions definition

This commit is contained in:
Frederic Junod
2016-04-01 09:16:56 +02:00
parent 24665747b3
commit fb6353a816
3 changed files with 12 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ ol.source.CartoDB.prototype.handleInitResponse_ = function(paramHash, event) {
}
};
/**
* @private
* @param {Event} event Event.
@@ -119,6 +120,7 @@ ol.source.CartoDB.prototype.handleInitError_ = function(event) {
this.setState(ol.source.State.ERROR);
}
/**
* Apply the new tile urls returned by carto db
* @param {Object} data Result of carto db call.