diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-31 18:51:46 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-31 18:51:51 +0000 |
commit | 46d078d170adba70ff256af66256ee01a3d31125 (patch) | |
tree | 0b3f396af30714a676d0f8078d3b586e337c8a69 /web/js/map-wmts-zurich.js | |
parent | e21a75ae9a64a3a05fabff90f5543ad669d15778 (diff) |
Zurich area unfilled with thick black outline (fixes a25).
Diffstat (limited to 'web/js/map-wmts-zurich.js')
-rw-r--r-- | web/js/map-wmts-zurich.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/js/map-wmts-zurich.js b/web/js/map-wmts-zurich.js index 86ee6b8d8..682c62f39 100644 --- a/web/js/map-wmts-zurich.js +++ b/web/js/map-wmts-zurich.js @@ -77,6 +77,8 @@ $(function(){ // Give main code a new bbox_strategy that translates between // lat/lon and our swiss coordinates fixmystreet.bbox_strategy = new OpenLayers.Strategy.ZurichBBOX({ratio: 1}); + + fixmystreet.area_format = { fillColor: 'none', strokeWidth: 4, strokeColor: 'black' }; } OpenLayers.Strategy.ZurichBBOX = OpenLayers.Class(OpenLayers.Strategy.BBOX, { |