From d70a0a653ccb5e97cbeec8f9d175a82c487bfa9f Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Wed, 10 Apr 2024 18:00:09 -0700 Subject: [PATCH] Add Landtype to oracle_boosting_hex_assignment --- src/service/poc_mobile.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/service/poc_mobile.proto b/src/service/poc_mobile.proto index 7bf5df83..6b744c77 100644 --- a/src/service/poc_mobile.proto +++ b/src/service/poc_mobile.proto @@ -613,4 +613,6 @@ message oracle_boosting_hex_assignment { assignment urbanized = 3; // Footfall assignment assignment footfall = 4; + // Landtype assignment + assignment landtype = 5; }