Skip to content

Commit

Permalink
Nit doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1chandu committed Jun 10, 2019
1 parent 0ac90a0 commit 783a69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/geo-layers/src/h3-layers/h3-hexagon-layer.js
Expand Up @@ -17,7 +17,7 @@ import {ColumnLayer, PolygonLayer} from '@deck.gl/layers';
// distortion." Smaller value makes the column layer more sensitive to viewport change.
const UPDATE_THRESHOLD_KM = 10;

// normalize longitudes w.r.t center `refLng`, when not provided first vertex
// normalize longitudes w.r.t center (refLng), when not provided first vertex
export function normalizeLongitudes(vertices, refLng) {
refLng = refLng === undefined ? vertices[0][0] : refLng;
for (const pt of vertices) {
Expand Down

0 comments on commit 783a69f

Please sign in to comment.