diff options
author | Struan Donald <struan@exo.org.uk> | 2019-06-13 12:20:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-06-14 11:51:06 +0100 |
commit | 5e501b7cb4fc38541475facfd2dfb05190c79f06 (patch) | |
tree | 304adda570675bba7cab3a8c9863c3b6983959e8 | |
parent | 6aa5296122e26409fa9444430b0903364de1a0dd (diff) |
[Northamptonshire] update carriageway asset details
-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 a1f5b7566..07745ac8b 100644 --- a/web/cobrands/northamptonshire/assets.js +++ b/web/cobrands/northamptonshire/assets.js @@ -487,8 +487,8 @@ var highways_style = new OpenLayers.Style({ fixmystreet.assets.add(northants_road_defaults, { protocol_class: OpenLayers.Protocol.Alloy, http_options: { - layerid: is_live ? 20 : 308, - layerVersion: is_live ? '20.123-' : '308.8-', + layerid: 20, + layerVersion: '20.143-', }, stylemap: new OpenLayers.StyleMap({ 'default': highways_style |