Update France Go area to 10km
This commit is contained in:
parent
6238842ad0
commit
1c13587974
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ BR.CircleGoArea = L.Control.extend({
|
||||||
this._applyStateRules(center);
|
this._applyStateRules(center);
|
||||||
}
|
}
|
||||||
} else if (name === 'Metropolitan France') {
|
} else if (name === 'Metropolitan France') {
|
||||||
this.radius = 20000;
|
this.radius = 10000;
|
||||||
this._setNogoCircle(center);
|
this._setNogoCircle(center);
|
||||||
} else {
|
} else {
|
||||||
console.error('unhandled country: ' + name);
|
console.error('unhandled country: ' + name);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue