aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <chrism@mysociety.org>2020-02-20 14:17:27 +0000
committerChris Mytton <chrism@mysociety.org>2020-02-20 14:17:27 +0000
commit38ac8f605f4eeb7aa53859bd5b455a1cfe81ff73 (patch)
tree7632b2c2316afe73653793c0bc01c2ba707a5a23
parentee9db99e7bd494d215ba23605da37286f568afb5 (diff)
[Peterborough] Switch to live tilma for tree assets
-rw-r--r--web/cobrands/peterborough/assets.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/peterborough/assets.js b/web/cobrands/peterborough/assets.js
index 4a1a05519..2fb9075c8 100644
--- a/web/cobrands/peterborough/assets.js
+++ b/web/cobrands/peterborough/assets.js
@@ -59,7 +59,7 @@ var trees_defaults = $.extend(true, {}, defaults, {
asset_not_found: fixmystreet.message_controller.asset_not_found
},
http_options: {
- url: "https://tilma.staging.mysociety.org/mapserver/peterborough"
+ url: "https://tilma.mysociety.org/mapserver/peterborough"
},
attributes: {
tree_code: 'TREE_CODE'
@@ -96,7 +96,7 @@ fixmystreet.assets.add(trees_defaults, {
// The new tree request category is disabled in the other tree point layer.
fixmystreet.assets.add(defaults, {
http_options: {
- url: "https://tilma.staging.mysociety.org/mapserver/peterborough",
+ url: "https://tilma.mysociety.org/mapserver/peterborough",
params: {
TYPENAME: "tree_points"
}