diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-03-22 13:01:26 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-03-23 13:45:38 +0000 |
commit | 1cb17ad76126709ebb5fea21897622b9e9f1922e (patch) | |
tree | 8f0992a54d091bdb99218d3774d0d0904dcbb375 /perllib/Utils.pm | |
parent | 3d711d1ec46d2ea15ab7c1e9e5d5ae5da33e90b1 (diff) |
only include categories for QA testing, removed 'Other' option
Diffstat (limited to 'perllib/Utils.pm')
-rw-r--r-- | perllib/Utils.pm | 34 |
1 files changed, 13 insertions, 21 deletions
diff --git a/perllib/Utils.pm b/perllib/Utils.pm index 3c8978881..57c2addf1 100644 --- a/perllib/Utils.pm +++ b/perllib/Utils.pm @@ -143,27 +143,19 @@ 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 - return { - 'Abandoned vehicle' => 0, - 'Blocked gully/drain' => 255, # Gullies-Blocked - 'Bus stop' => 0, - 'Dead animal' => 286, # Animals-Dead-Removal - 'Dog fouling' => 288, # Dog Fouling-Clear - 'Flyposting' => 0, - 'Flytipping' => 347, # Fly tipping-Clear - 'Graffiti' => 292, # Graffiti-Removal - 'Park/landscape' => 0, - 'Pavement/footpath' => 195, # Pavements-Damaged/Cracked - 'Pothole' => 204, # Pothole - 'Public toilet' => 0, - 'Road sign' => 432, # Roads Signs - Maintenance - 'Roads/highways' => 190, # Complaint-Highways Maintenance - 'Rubbish/litter' => 349, # Accumulated Litter - 'Street cleaning' => 0, - 'Street lighting' => 251, # Street Lighting - 'Street nameplate' => 0, - 'Traffic lights' => 103, # Traffic lights - 'Tree' => 162, # Tree section + 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 }; } |