aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-20 16:30:34 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-01-20 16:30:34 +0000
commitd87a4661bc49d1918cd7fcd617c7f2c1f9474263 (patch)
tree248fa529e1318102ba8498fc29b2a0dbacfc192e
parent92423886cd808e723d90728964a049cdcfb433a6 (diff)
[Buckinghamshire] New map tile location.
-rw-r--r--perllib/FixMyStreet/Map/Buckinghamshire.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/Buckinghamshire.pm b/perllib/FixMyStreet/Map/Buckinghamshire.pm
index e811eac50..e70d566c0 100644
--- a/perllib/FixMyStreet/Map/Buckinghamshire.pm
+++ b/perllib/FixMyStreet/Map/Buckinghamshire.pm
@@ -8,9 +8,9 @@ use strict;
sub default_zoom { 8; }
-sub urls { [ 'https://maps.buckscc.gov.uk/arcgis/rest/services/Basemapping2018/MapServer/WMTS/tile' ] }
+sub urls { [ 'https://maps.buckscc.gov.uk/arcgis/rest/services/Basemapping/MapServer/WMTS/tile' ] }
-sub layer_names{ [ 'Basemapping2018' ] }
+sub layer_names{ [ 'Basemapping' ] }
sub scales {
my $self = shift;