Skip to content

Commit

Permalink
Update France Go area to 10km
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage authored Mar 19, 2021
1 parent 6238842 commit 1c13587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/plugin/CircleGoArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ BR.CircleGoArea = L.Control.extend({
this._applyStateRules(center);
}
} else if (name === 'Metropolitan France') {
this.radius = 20000;
this.radius = 10000;
this._setNogoCircle(center);
} else {
console.error('unhandled country: ' + name);
Expand Down

0 comments on commit 1c13587

Please sign in to comment.