Réduction zone de jeu
This commit is contained in:
parent
50757a2332
commit
c965c4d2c9
1 changed files with 17 additions and 2 deletions
|
@ -78,13 +78,28 @@ var self_icons = [
|
|||
// INIT MAP
|
||||
|
||||
var map_border = [
|
||||
[48.838991, 2.389310],
|
||||
[48.8494905,2.3011921],
|
||||
[48.8538945,2.3078561],
|
||||
[48.8536854,2.3146319],
|
||||
[48.8595132,2.3229111],
|
||||
[48.861598,2.3251442],
|
||||
[48.8567219,2.3466851],
|
||||
[48.851586,2.3602461],
|
||||
[48.8486019,2.3609024],
|
||||
[48.8328874,2.3809419],
|
||||
[48.8271201,2.372055],
|
||||
[48.8250548,2.3465826],
|
||||
[48.8274572,2.3265837],
|
||||
[48.8494905,2.3011921],
|
||||
|
||||
|
||||
/*[48.838991, 2.389310],
|
||||
[48.865471, 2.356133],
|
||||
[48.867714, 2.313811],
|
||||
[48.841481, 2.307930],
|
||||
[48.827912, 2.326842],
|
||||
[48.821826, 2.358638],
|
||||
[48.838991, 2.389310]
|
||||
[48.838991, 2.389310]*/
|
||||
];
|
||||
|
||||
var map;
|
||||
|
|
Loading…
Reference in a new issue