Update France Go area to 10km

This commit is contained in:
Gautier P 2021-03-19 11:44:37 +01:00 committed by GitHub
parent 6238842ad0
commit 1c13587974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);