aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/Buckinghamshire.pm2
-rw-r--r--web/cobrands/buckinghamshire/js.js2
2 files changed, 2 insertions, 2 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",
diff --git a/web/cobrands/buckinghamshire/js.js b/web/cobrands/buckinghamshire/js.js
index 733ffeff3..af9059208 100644
--- a/web/cobrands/buckinghamshire/js.js
+++ b/web/cobrands/buckinghamshire/js.js
@@ -6,7 +6,7 @@ if (!fixmystreet.maps) {
var defaults = {
http_options: {
- url: "https://tilma.staging.mysociety.org/mapserver/bucks",
+ url: "https://tilma.mysociety.org/mapserver/bucks",
params: {
SERVICE: "WFS",
VERSION: "1.1.0",