fix trailing space

This commit is contained in:
mike-000
2020-02-24 21:57:22 +00:00
committed by GitHub
parent 737f3a5066
commit 9039e2629b

View File

@@ -677,7 +677,7 @@ class Graticule extends VectorLayer {
clamp(center[0], this.minLonP_, this.maxLonP_),
clamp(center[1], this.minLatP_, this.maxLatP_)
];
const centerLonLat = this.toLonLatTransform_(validCenter);
let centerLon = centerLonLat[0];
let centerLat = centerLonLat[1];