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";