aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <chrism@mysociety.org>2020-03-26 09:51:34 +0000
committerChris Mytton <chrism@mysociety.org>2020-03-26 09:51:34 +0000
commit38b42a8ae4e8e00fc762f72721dea545cdd8dbb4 (patch)
treed7e56bbf899036ff6b64c127bea1e5b13b7a8223
parent42068a3d0a656b66ba5cbe4712eb8da0d09386da (diff)
[Bristol] Update URL for map tiles
-rw-r--r--perllib/FixMyStreet/Map/Bristol.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/Bristol.pm b/perllib/FixMyStreet/Map/Bristol.pm
index f6f5406de..70240a991 100644
--- a/perllib/FixMyStreet/Map/Bristol.pm
+++ b/perllib/FixMyStreet/Map/Bristol.pm
@@ -8,9 +8,9 @@ use strict;
sub default_zoom { 5; }
-sub urls { [ 'https://maps.bristol.gov.uk/arcgis/rest/services/base/2015_BCC_96dpi/MapServer/WMTS/tile' ] }
+sub urls { [ 'https://maps.bristol.gov.uk/arcgis/rest/services/base/2019_Q2_BCC_96dpi/MapServer/WMTS/tile' ] }
-sub layer_names { [ '2015_BCC_96dpi' ] }
+sub layer_names { [ '2019_Q2_BCC_96dpi' ] }
sub scales {
my $self = shift;