diff options
-rw-r--r-- | perllib/FixMyStreet/Geocode/Google.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Geocode/Google.pm b/perllib/FixMyStreet/Geocode/Google.pm index b62c89cda..1ab347066 100644 --- a/perllib/FixMyStreet/Geocode/Google.pm +++ b/perllib/FixMyStreet/Geocode/Google.pm @@ -75,6 +75,7 @@ sub string { my $address = $_->{address}; next unless $c->cobrand->geocoded_string_check( $address ); ( $longitude, $latitude ) = @{ $_->{Point}->{coordinates} }; + # These co-ordinates are output as query parameters in a URL, make sure they have a "." mySociety::Locale::in_gb_locale { push (@$error, { address => $address, |