From 0bfb2d18476a02c10df7475a725f15a5f489338a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 14 Nov 2021 13:52:51 -0500 Subject: [PATCH] Add more units of people-per-area --- macrovision.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/macrovision.js b/macrovision.js index ab5cdc6f..b8a76385 100644 --- a/macrovision.js +++ b/macrovision.js @@ -173,6 +173,12 @@ math.createUnit("footballFields", { prefixes: "long" }); +math.createUnit("peopleInRural", { + definition: "0.02 miles^2" +}) +math.createUnit("peopleInManhattan", { + definition: "15 m^2" +}) math.createUnit("peopleInLooseCrowd", { definition: "1 m^2" }) @@ -397,6 +403,8 @@ const unitChoices = { "miles^2" ], "relative": [ + "peopleInRural", + "peopleInManhattan", "peopleInLooseCrowd", "peopleInCrowd", "peopleInDenseCrowd",