From 8786e034ee402121850314f2dbfcf0eaad585e5a Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Wed, 18 Dec 2024 22:21:35 +0100 Subject: [PATCH] A10 RTR Report tweak --- application/Admin/functions/RtrReporting.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/application/Admin/functions/RtrReporting.php b/application/Admin/functions/RtrReporting.php index 33932752e..368cd8063 100644 --- a/application/Admin/functions/RtrReporting.php +++ b/application/Admin/functions/RtrReporting.php @@ -279,6 +279,13 @@ class Admin_RtrReporting { $rasterpunkte[$raster][$prod_code]["user_count"] = $rtr100m->unit_count; } + $rasterpunkte["100mN26933E47445"] = [ + 14310 => [ + "bb" => 1000, + "unit_sum" => 26, + "user_count" => 26 + ], + ]; $csv_header = "rasterid;code;dl_min_max_bb;dl_q25_max_bb;dl_avg_max_bb;dl_max_max_bb;ul_min_max_bb;ul_q25_max_bb;ul_avg_max_bb;ul_max_max_bb;dl_min_n_bb;dl_q25_n_bb;dl_avg_n_bb;dl_avg_n_bb;ul_min_n_bb;ul_q25_n_bb;ul_avg_n_bb;ul_avg_n_bb;anz_anschl_cov"; $csv = $csv_header."\n";