diff options
author | Chris Mytton <chrism@mysociety.org> | 2020-03-26 09:51:34 +0000 |
---|---|---|
committer | Chris Mytton <chrism@mysociety.org> | 2020-03-26 09:51:34 +0000 |
commit | 38b42a8ae4e8e00fc762f72721dea545cdd8dbb4 (patch) | |
tree | d7e56bbf899036ff6b64c127bea1e5b13b7a8223 | |
parent | 42068a3d0a656b66ba5cbe4712eb8da0d09386da (diff) |
[Bristol] Update URL for map tiles
-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; |