@@ -1552,6 +1552,7 @@ ol.format.KML.prototype.readFeaturesFromNode = function(node) {
|
|||||||
/**
|
/**
|
||||||
* @param {Document|Node|string} source Souce.
|
* @param {Document|Node|string} source Souce.
|
||||||
* @return {string|undefined} Name.
|
* @return {string|undefined} Name.
|
||||||
|
* @todo api
|
||||||
*/
|
*/
|
||||||
ol.format.KML.prototype.readName = function(source) {
|
ol.format.KML.prototype.readName = function(source) {
|
||||||
if (ol.xml.isDocument(source)) {
|
if (ol.xml.isDocument(source)) {
|
||||||
|
|||||||
@@ -176,6 +176,7 @@ ol.tilegrid.TileGrid.prototype.getResolution = function(z) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {Array.<number>} Resolutions.
|
* @return {Array.<number>} Resolutions.
|
||||||
|
* @todo api
|
||||||
*/
|
*/
|
||||||
ol.tilegrid.TileGrid.prototype.getResolutions = function() {
|
ol.tilegrid.TileGrid.prototype.getResolutions = function() {
|
||||||
return this.resolutions_;
|
return this.resolutions_;
|
||||||
|
|||||||
Reference in New Issue
Block a user