Loading django/contrib/gis/static/gis/js/OLMapWidget.js +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
django/contrib/gis/static/gis/js/OLMapWidget.js +1 −1 Original line number Diff line number Diff line Loading @@ -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