Skip to content

Commit

Permalink
Update v4.0.20231125
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilkware committed Nov 25, 2023
1 parent fa11bdc commit 0f2ddc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/VisualisationHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ trait VisualisationHelper
* Pre-defined waste types with assoziated color and search term.
*/
private static $WASTE_TYPES = [
['Type' => 'blue', 'Term' => 'Recyclable Waste', 'Color'=> 1155315, 'Match'=> 'papier|pappe|zeitung'],
['Type' => 'green', 'Term' => 'Organic Waste', 'Color'=> 5810438, 'Match'=> 'bio|grün|garten|baum|schnittgut'],
['Type' => 'yellow', 'Term' => 'Mixed Recycling Waste', 'Color'=> 16761095, 'Match'=> 'gelb|plaste|pvc'],
['Type' => 'red', 'Term' => 'Hazardous Waste', 'Color'=> 15948332, 'Match'=> 'schadstoff|sonder|sperr|problem'],
['Type' => 'gray', 'Term' => 'General Waste', 'Color'=> 10066588, 'Match'=> 'rest']
['Type' => 'blue', 'Term' => 'Recyclable Waste', 'Color'=> 1155315, 'Match'=> 'papier|pappe|zeitung'],
['Type' => 'green', 'Term' => 'Organic Waste', 'Color'=> 5810438, 'Match'=> 'bio|grün|garten|baum|schnittgut'],
['Type' => 'yellow', 'Term' => 'Mixed Recycling Waste', 'Color'=> 16761095, 'Match'=> 'gelb|plaste|pvc'],
['Type' => 'red', 'Term' => 'Hazardous Waste', 'Color'=> 15948332, 'Match'=> 'schadstoff|sonder|sperr|problem'],
['Type' => 'gray', 'Term' => 'General Waste', 'Color'=> 10066588, 'Match'=> 'rest']
];

/**
Expand Down

0 comments on commit 0f2ddc3

Please sign in to comment.