From c965c4d2c9d8f3054c61f98436f4fd71a5e48f06 Mon Sep 17 00:00:00 2001 From: root - traque Date: Sun, 8 Sep 2024 14:55:10 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9duction=20zone=20de=20jeu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/utils.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/static/utils.js b/static/utils.js index 2dd2dc1..a031bc0 100644 --- a/static/utils.js +++ b/static/utils.js @@ -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;