aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/Utils.pm31
1 files changed, 18 insertions, 13 deletions
diff --git a/perllib/Utils.pm b/perllib/Utils.pm
index 57c2addf1..5e08fbd39 100644
--- a/perllib/Utils.pm
+++ b/perllib/Utils.pm
@@ -142,20 +142,25 @@ sub london_categories {
sub barnet_categories {
# The values here are KBIDs from Barnet's system: see bin/send-reports for formatting
- # category KBID Barnet's title for this KBID
+ # category KBID
return {
- 'Blocked drain' => 255, # Gullies-Blocked
- 'Dead animal' => 286, # Animals-Dead-Removal
- 'Dog fouling' => 288, # Dog Fouling-Clear
- 'Fly tipping' => 347, # Fly tipping-Clear
- 'Graffiti' => 292, # Graffiti-Removal
- 'Litter, accumulated' => 349, # Accumulated Litter
- 'Litter, overflowing bins' => 205, # Litter Bins-Overflowing
- 'Pavements' => 195, # Pavements-Damaged/Cracked
- 'Pothole' => 204, # Pothole
- 'Roads Signs' => 432, # Roads Signs - Maintenance
- 'Street Lighting' => 251, # Street Lighting
- 'Traffic Lights' => 103, # Traffic Lights
+ 'Abandoned Vehicles' => 468,
+ 'Accumulated Litter' => 349,
+ 'Dog Bins' => 203,
+ 'Dog Fouling' => 288,
+ 'Drains & Gullies' => 256,
+ 'Fly Posting' => 465,
+ 'Fly Tipping' => 449,
+ 'Graffiti' => 292,
+ 'Gritting' => 200,
+ 'Highways' => 186,
+ 'Litter Bins Overflowing' => 205,
+ 'Manhole Covers' => 417,
+ 'Pavements Damaged/Cracked' => 195,
+ 'Potholes' => 204,
+ 'Road Signs' => 080,
+ 'Roadworks' => 246,
+ 'Street Lighting' => 251,
};
}