diff options
author | Struan Donald <struan@exo.org.uk> | 2019-03-26 12:24:20 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-03-26 12:24:20 +0000 |
commit | e469eac9e70f87a25be90cb4a194be47bc5e964e (patch) | |
tree | 0e6989c3b8e0266d58aa7908c28ca1fa9093ab75 /web | |
parent | 8b0566fff552f7afb87da3e6282a20e4f1f6c3dc (diff) |
[Northamptonshire] stray protocol in asset config
Diffstat (limited to 'web')
-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 ab6212602..dd4cda0e1 100644 --- a/web/cobrands/northamptonshire/assets.js +++ b/web/cobrands/northamptonshire/assets.js @@ -353,7 +353,7 @@ var northants_defaults = $.extend(true, {}, fixmystreet.assets.alloy_defaults, { $.each(layers, function(index, layer) { if ( layer.categories ) { fixmystreet.assets.add($.extend(true, {}, northants_defaults, { - protocol: OpenLayers.Protocol.Alloy, + protocol_class: OpenLayers.Protocol.Alloy, http_options: { layerid: layer.layer, layerVersion: layer.version, |