diff --git a/web/js/markers.js b/web/js/markers.js index c93d32e4..59e8d376 100644 --- a/web/js/markers.js +++ b/web/js/markers.js @@ -104,7 +104,7 @@ componentconstructors['markers'] = function(dynmap, configuration) { } function createArea(set, area, ts) { - var style = { color: area.color, opacity: area.opacity, weight: area.weight, fillOpacity: area.fillopacity, fillColor: area.fillcolor }; + var style = { color: area.color, opacity: area.opacity, weight: area.weight, fillOpacity: area.fillopacity, fillColor: area.fillcolor, smoothFactor: 0.0 }; if(area.x.length == 2) { /* Only 2 points */ if(area.ytop == area.ybottom) {