diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-09-04 11:56:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-09-04 11:56:04 +0100 |
commit | fc32e5be18693136029e79feafb3ad7c6fbcb4d8 (patch) | |
tree | a7363e13b842ea69fc9e53f0c87a000b3cce7bf7 | |
parent | 47356c3b691738217cdfbbea163e576923e23e1a (diff) |
[Bromley] Use live map server.
-rw-r--r-- | web/cobrands/bromley/assets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/bromley/assets.js b/web/cobrands/bromley/assets.js index 6de53ae87..13be2d463 100644 --- a/web/cobrands/bromley/assets.js +++ b/web/cobrands/bromley/assets.js @@ -6,7 +6,7 @@ if (!fixmystreet.maps) { var defaults = { http_options: { - url: "https://tilma.staging.mysociety.org/mapserver/bromley_wfs", + url: "https://tilma.mysociety.org/mapserver/bromley_wfs", params: { SERVICE: "WFS", VERSION: "1.1.0", |