diff options
author | Struan Donald <struan@exo.org.uk> | 2020-09-20 17:35:41 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-09-20 17:35:41 +0100 |
commit | fd31e8f629b9bc04486c8e3f0f6e330868b38597 (patch) | |
tree | dc20845663b1fd5824d453f2095d58f824d13c46 | |
parent | fdc0ab785be35055913767fd19a9cf0ffb9ff7df (diff) |
[Northamptonshire] update staging asset server address
-rw-r--r-- | web/cobrands/northamptonshire/assets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/northamptonshire/assets.js b/web/cobrands/northamptonshire/assets.js index 24f67eb64..b08f48850 100644 --- a/web/cobrands/northamptonshire/assets.js +++ b/web/cobrands/northamptonshire/assets.js @@ -5,7 +5,7 @@ if (!fixmystreet.maps) { } var base_url = fixmystreet.staging ? - "https://tilma.staging.mysociety.org/resource-proxy/proxy.php?https://northants.assets/${layerid}/${x}/${y}/${z}/cluster" : + "https://tilma.staging.mysociety.org/resource-proxy/proxy.php?https://northants.staging/${layerid}/${x}/${y}/${z}/cluster" : "https://tilma.mysociety.org/resource-proxy/proxy.php?https://northants.assets/${layerid}/${x}/${y}/${z}/cluster"; var url_with_style = base_url + '?styleIds=${styleid}'; |