aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyBarangay.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyBarangay.pm22
1 files changed, 22 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
new file mode 100644
index 000000000..9c4ceb0ce
--- /dev/null
+++ b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
@@ -0,0 +1,22 @@
+package FixMyStreet::Cobrand::FixMyBarangay;
+use base 'FixMyStreet::Cobrand::UKCouncils';
+
+use strict;
+use warnings;
+
+sub council_id { return 0; }
+sub council_area { return 'FixMyBarangay'; }
+sub council_name { return 'FixMyBarangay'; }
+sub council_url { return 'fmb'; }
+
+sub disambiguate_location {
+ return {
+ country => 'ph',
+ bing_culture => 'ph',
+ bing_country => 'The Philippines'
+ };
+}
+
+
+1;
+