Rename source.getKeyParams() to source.getKey()

This commit is contained in:
Tim Schaub
2016-05-18 18:34:50 -06:00
parent f86e7e5a71
commit 47cc4aac62
5 changed files with 10 additions and 11 deletions

View File

@@ -216,7 +216,7 @@ ol.source.WMTS.prototype.getFormat = function() {
/**
* @inheritDoc
*/
ol.source.WMTS.prototype.getKeyParams = function() {
ol.source.WMTS.prototype.getKey = function() {
return this.dimensionsKey_;
};