diff options
author | pezholio <pezholio@gmail.com> | 2017-03-30 16:16:50 +0100 |
---|---|---|
committer | pezholio <pezholio@gmail.com> | 2017-03-30 16:16:50 +0100 |
commit | c1346b93ee2dd21ec501484da89aa28350631960 (patch) | |
tree | d9db855115cac5f72002ce564b32bf03befd8e4a | |
parent | 69797d3c4d10aed6d5ea57fa94c515a39825f2b2 (diff) | |
parent | 7d551175641650beee57bdde4032c20020ad4118 (diff) |
Merge branch 'issues/commercial/828-use-osm-for-bristol'
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bristol.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bristol.pm b/perllib/FixMyStreet/Cobrand/Bristol.pm index ecb19b867..fa7f98666 100644 --- a/perllib/FixMyStreet/Cobrand/Bristol.pm +++ b/perllib/FixMyStreet/Cobrand/Bristol.pm @@ -40,6 +40,10 @@ sub disambiguate_location { }; } +sub get_geocoder { + return 'OSM'; # use OSM geocoder +} + sub pin_colour { my ( $self, $p, $context ) = @_; return 'grey' if $p->state eq 'not responsible'; |