diff options
author | Dave Arter <davea@mysociety.org> | 2018-02-08 16:34:44 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-02-08 16:34:44 +0000 |
commit | 549d1cc66e591cf2da6b5243fbd28c7f40e75f14 (patch) | |
tree | 2ef7ddd8fc139b6354c8cf4ab84f099c6ef55990 /perllib/FixMyStreet | |
parent | 2049ab505a16bddd67ab3603806208c0ad564f7b (diff) |
[Bristol] Switch map to OSM temporarily
maps.bristol.gov.uk is currently offline, so the Bristol map tiles aren’t loading.
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bristol.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bristol.pm b/perllib/FixMyStreet/Cobrand/Bristol.pm index b11a52643..4648802bd 100644 --- a/perllib/FixMyStreet/Cobrand/Bristol.pm +++ b/perllib/FixMyStreet/Cobrand/Bristol.pm @@ -20,7 +20,7 @@ sub example_places { } sub map_type { - 'Bristol'; + 'OSM'; } sub default_link_zoom { 6 } |