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