Skip to content

Commit

Permalink
[BUILD]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Aug 30, 2019
1 parent 8bac597 commit e11aad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/ol-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -4774,7 +4774,7 @@ ol.control.GridReference.prototype._draw = function (e) {
ctx.fillText(letter, x, y);
}
ctx.textBaseline = 'middle';
for (i=0; i<size[0]; i++) {
for (i=0; i<size[1]; i++) {
y = p0[1]+i*dy+dy/2;
ctx.textAlign = 'right';
x = p0[0] - spacing;
Expand Down
2 changes: 1 addition & 1 deletion dist/ol-ext.min.js

Large diffs are not rendered by default.

0 comments on commit e11aad8

Please sign in to comment.