diff options
-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 |