From f3ddfb13f96166f138374b2b43c04f4bfa2898c9 Mon Sep 17 00:00:00 2001 From: ramSeraph Date: Sun, 23 Feb 2025 20:02:43 +0530 Subject: [PATCH] correct route for datagov NIN data --- server/routes.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/routes.json b/server/routes.json index 5faa229..350fb75 100644 --- a/server/routes.json +++ b/server/routes.json @@ -3177,12 +3177,13 @@ "name": "Bhuvan Islands", "url": "https://github.com/ramSeraph/indian_water_features/releases/download/natural/Bhuvan_Islands.pmtiles" }, - "/not-so-open/health/hospitals/datagov/nhp/": { + "/health/hospitals/datagov/nhp/": { "handlertype": "pmtiles", "category": [ "health" ], "name": "NIN NHP Hospitals from data.gov.in", + "datameet_attribution": false, "url": "https://github.com/ramSeraph/indian_facilities/releases/download/health/Datagov_NIN_Health_Facilties_2025.pmtiles" } -} \ No newline at end of file +}