address review comments
This commit is contained in:
@@ -71,7 +71,6 @@ ol.filter.Logical.prototype.applies = function(feature) {
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
goog.asserts.assert(false, 'Unsupported operation: ' + this.operator);
|
goog.asserts.assert(false, 'Unsupported operation: ' + this.operator);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
return !!result;
|
return !!result;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ goog.exportProperty(
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the heading as degrees clockwise from North.
|
* Get the heading as radians clockwise from North.
|
||||||
* @return {number|undefined} Heading.
|
* @return {number|undefined} Heading.
|
||||||
*/
|
*/
|
||||||
ol.Geolocation.prototype.getHeading = function() {
|
ol.Geolocation.prototype.getHeading = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user