From 19bceb59cbab17346f5f96296641380c4f5850e9 Mon Sep 17 00:00:00 2001
From: reflectOr <manaskashyaptech@gmail.com>
Date: Mon, 2 Oct 2017 19:54:41 +0530
Subject: [PATCH] solved the issue of ILUG-D overlaps NDBUG in the map. by
 changing a small bit in location.js

---
 js/locations.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/locations.js b/js/locations.js
index 00a2985..ba8c065 100644
--- a/js/locations.js
+++ b/js/locations.js
@@ -210,8 +210,8 @@ var locations = [{
   "MATURL": "",
   "TGURL": ""
 }, {
-  "LAT": "28.6138",
-  "LNG": "77.2089",
+  "LAT": "28.6140",
+  "LNG": "77.2090",
   "TITLE": "NDBUG (New Delhi BSD User Group)",
   "URL": "http://ndbug.in",
   "MLIST": "",
-- 
GitLab