From 20268c68ef09b35a5fc630c25db51b7ae3b016e7 Mon Sep 17 00:00:00 2001 From: Lyret Date: Sun, 2 Jun 2024 11:37:08 +0000 Subject: [PATCH] Removed power camp POI and added SHITT HQ --- public/data/bl24/poi/poi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/data/bl24/poi/poi.json b/public/data/bl24/poi/poi.json index 04874ba..0adbdb4 100644 --- a/public/data/bl24/poi/poi.json +++ b/public/data/bl24/poi/poi.json @@ -17,12 +17,12 @@ { "type": "Feature", "properties": { - "name": "Power Camp", - "description": "This is the location of the power camp", - "category": "electricity" + "name": "S.H.I.T.T. HQ", + "description": "This is the place where all supplies will be stored and where the Craptains and Buttlers will meet for their shift.", + "category": "hello" }, "geometry": { - "coordinates": [14.924961626529695, 57.62179207268663], + "coordinates": [14.925786405801775, 57.62167501095056], "type": "Point" } },