[1.7.x] Removed erroneous trailing comma in OLMapWidget.js.
Backport of c5226eb72a
from master
This commit is contained in:
parent
cb3266c1b0
commit
206cb74cef
|
@ -202,7 +202,7 @@ function MapWidget(options) {
|
|||
var defaults_style = {
|
||||
'fillColor': '#' + this.options.color,
|
||||
'fillOpacity': this.options.opacity,
|
||||
'strokeColor': '#' + this.options.color,
|
||||
'strokeColor': '#' + this.options.color
|
||||
};
|
||||
if (this.options.geom_name == 'LineString') {
|
||||
defaults_style['strokeWidth'] = 3;
|
||||
|
|
Loading…
Reference in New Issue