diff options
author | Struan Donald <struan@exo.org.uk> | 2019-05-17 15:29:29 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-05-17 15:29:29 +0100 |
commit | 0bc1f5fd14b1f38d57d07140d3dd354533415061 (patch) | |
tree | 7dd463df71db8ca135cbf0932c2f19dc536922ed | |
parent | 8990e6d5e5859094174ae290629f25a3fc0490d3 (diff) |
[Northamptonshire] update pedestrian guardrail layer
-rw-r--r-- | web/cobrands/northamptonshire/assets.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/northamptonshire/assets.js b/web/cobrands/northamptonshire/assets.js index dda51407e..186481cb1 100644 --- a/web/cobrands/northamptonshire/assets.js +++ b/web/cobrands/northamptonshire/assets.js @@ -445,8 +445,8 @@ var barrier_style = new OpenLayers.Style({ fixmystreet.assets.add($.extend(true, {}, northants_road_defaults, { http_options: { - layerid: 230, - layerVersion: '230.3-', + layerid: is_live ? 1068 : 230, + layerVersion: is_live ? '1068.1-' : '230.4-', }, stylemap: new OpenLayers.StyleMap({ 'default': barrier_style |