aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2019-03-26 12:24:20 +0000
committerStruan Donald <struan@exo.org.uk>2019-03-26 12:24:20 +0000
commite469eac9e70f87a25be90cb4a194be47bc5e964e (patch)
tree0e6989c3b8e0266d58aa7908c28ca1fa9093ab75
parent8b0566fff552f7afb87da3e6282a20e4f1f6c3dc (diff)
[Northamptonshire] stray protocol in asset config
-rw-r--r--web/cobrands/northamptonshire/assets.js2
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,