diff options
Diffstat (limited to 'perllib/FixMyStreet/Map/Bristol.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Bristol.pm | 4 |
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; |