aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-05-14 16:42:36 +0100
committerDave Arter <davea@mysociety.org>2018-05-14 16:42:36 +0100
commit3189dd83962965e646a246b0e8a75fd8535419f7 (patch)
tree5bf3beb32bb5436ffe71f1f8e1f9dd6f94209d9f /perllib
parentf87b9273fee851e0426ac6a86b8455d59c9e703c (diff)
[Buckinghamshire] Use tilma.mysociety.org for WFS instead of staging tilma
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Buckinghamshire.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
index 1b42055b6..9144c1a30 100644
--- a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
@@ -326,7 +326,7 @@ sub lookup_site_code {
my ($x, $y) = $row->local_coords;
my ($w, $s, $e, $n) = ($x-$buffer, $y-$buffer, $x+$buffer, $y+$buffer);
- my $uri = URI->new("https://tilma.staging.mysociety.org/mapserver/bucks");
+ my $uri = URI->new("https://tilma.mysociety.org/mapserver/bucks");
$uri->query_form(
REQUEST => "GetFeature",
SERVICE => "WFS",