From ad6e2fe0cd16c1afb3f813082fe04f169ee3c484 Mon Sep 17 00:00:00 2001 From: Ben A Date: Wed, 6 Oct 2021 23:20:20 +0100 Subject: [PATCH 1/6] Make general icon the right size --- assets/js/icons.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/icons.js b/assets/js/icons.js index 62471908..c18edfa2 100644 --- a/assets/js/icons.js +++ b/assets/js/icons.js @@ -39,8 +39,8 @@ var requiemIcon = L.icon({ }); var generalIcon = L.icon({ iconUrl: 'assets/img/icons/generalIcon.png', - iconSize: [48, 48], - iconAnchor: [24, 48], + iconSize: [40, 40], + iconAnchor: [20, 40], popupAnchor: [0, -30] }); var riftIcon = L.icon({ From ac94fc1c2cc68662df9fd93e87b06b8c10a399c2 Mon Sep 17 00:00:00 2001 From: Ben A Date: Wed, 6 Oct 2021 23:20:45 +0100 Subject: [PATCH 2/6] Add new misc types --- assets/js/models.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/js/models.js b/assets/js/models.js index c8f26581..3f46ebb4 100644 --- a/assets/js/models.js +++ b/assets/js/models.js @@ -105,12 +105,17 @@ const miscTypes = { perkMachine: new Item({ title: "Perk Machine"}), papMachine: new Item({ title: "Pack-a-Punch"}), - mysteryBox: new Item({ title: "Mystery box"}), + mysteryBox: new Item({ title: "Mystery Box Location"}), wallbuy: new Item({ title: "Wall Buy"}), + power: new Item({ title: "Power Switch"}), jumpPad: new Item({ title: "Jump Pad"}), craftingTable: new Item({ title: "Crafting Table"}), + arsenal: new Item({ title: "Arsenal"}), ammoCrate: new Item({ title: "Ammo Crate"}), trap: new Item({ title: "Trap"}), + zipline: new Item({ title: "Zipline"}), + rampageInducer: new Item({ title: "Rampage Inducer"}), + klausRadio: new Item({ title: "Klaus recall radio"}), aetherCrystal: new Item({ title: "Aether Crystal"}), } From 141ba939d0e158183e234f1d7aa5dd88d58e639f Mon Sep 17 00:00:00 2001 From: Ben A Date: Wed, 6 Oct 2021 23:21:03 +0100 Subject: [PATCH 3/6] Remove commented code and fix mauer dropdown --- index.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/index.html b/index.html index a1a89aa0..9b6f745c 100644 --- a/index.html +++ b/index.html @@ -64,18 +64,9 @@ onClick="setMap('mauerDerToten_streets',this,true)">Mauer Der Toten Streets + Mauer Der Toten Underground - -