We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cee62f commit b7530e0Copy full SHA for b7530e0
src/geom/Position.js
@@ -196,8 +196,8 @@ define([
196
*/
197
Position.prototype.toString = function () {
198
return "(" + this.latitude.toString() + "\u00b0, " + this.longitude.toString() + "\u00b0, "
199
- + this.altitude.toString();
+ + this.altitude.toString() + ")";
200
};
201
202
return Position;
203
- });
+ });
0 commit comments