From e8b185657029d2a294d54a2c75f0f85678e5f4d4 Mon Sep 17 00:00:00 2001 From: Nemo <me@captnemo.in> Date: Thu, 07 Dec 2023 22:32:18 +0530 Subject: [PATCH] fix wards link --- assets/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script.js b/assets/script.js index bc36e38..3ba2203 100644 --- a/assets/script.js +++ a/assets/script.js @@ -19,7 +19,7 @@ // Example usage: const geojsonFile = "/assets/bbmp-2023.geojson"; -loadJSONFile("/wards.json").then((wardData)=>{ +loadJSONFile("/assets/wards.json").then((wardData)=>{ window.wardLookup = {}; // Generate the wardLookup dictionary using the "id" key -- rgit 0.1.5