fix trailing space
This commit is contained in:
@@ -677,7 +677,7 @@ class Graticule extends VectorLayer {
|
|||||||
clamp(center[0], this.minLonP_, this.maxLonP_),
|
clamp(center[0], this.minLonP_, this.maxLonP_),
|
||||||
clamp(center[1], this.minLatP_, this.maxLatP_)
|
clamp(center[1], this.minLatP_, this.maxLatP_)
|
||||||
];
|
];
|
||||||
|
|
||||||
const centerLonLat = this.toLonLatTransform_(validCenter);
|
const centerLonLat = this.toLonLatTransform_(validCenter);
|
||||||
let centerLon = centerLonLat[0];
|
let centerLon = centerLonLat[0];
|
||||||
let centerLat = centerLonLat[1];
|
let centerLat = centerLonLat[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user