diff options
author | Struan Donald <struan@exo.org.uk> | 2018-04-04 15:53:58 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-10 10:42:34 +0100 |
commit | 67079c6120cc255228d6234dadb442892a16b34b (patch) | |
tree | 696efb132e6725f17fdb08766ad84dc695194b7b | |
parent | ec2ce16672f42d095e3095b24f63fc82f3b0b78c (diff) |
[BANES] remove fill from LLPG layer labels
-rw-r--r-- | web/cobrands/bathnes/staff.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/cobrands/bathnes/staff.js b/web/cobrands/bathnes/staff.js index 31980e700..763761929 100644 --- a/web/cobrands/bathnes/staff.js +++ b/web/cobrands/bathnes/staff.js @@ -6,8 +6,7 @@ if (!fixmystreet.maps || !fixmystreet.maps.banes_defaults) { var llpg_stylemap = new OpenLayers.StyleMap({ 'default': new OpenLayers.Style({ - fillColor: "#FFFF00", - fillOpacity: 0.6, + fillOpacity: 0, strokeColor: "#000000", strokeOpacity: 0.25, strokeWidth: 2, |