From 1c135879746f670b1a854fcbe55ab5dabacfa0a9 Mon Sep 17 00:00:00 2001 From: Gautier P Date: Fri, 19 Mar 2021 11:44:37 +0100 Subject: [PATCH] Update France Go area to 10km --- js/plugin/CircleGoArea.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugin/CircleGoArea.js b/js/plugin/CircleGoArea.js index a17250fc..f43a5d58 100644 --- a/js/plugin/CircleGoArea.js +++ b/js/plugin/CircleGoArea.js @@ -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);