diff --git a/examples/mobile-drawing.js b/examples/mobile-drawing.js index d598ff0a17..bac903c667 100644 --- a/examples/mobile-drawing.js +++ b/examples/mobile-drawing.js @@ -7,10 +7,12 @@ function init() { pointRadius: 16 }, OpenLayers.Feature.Vector.style.temporary), 'default': OpenLayers.Util.applyDefaults({ - pointRadius: 16 + pointRadius: 16, + strokeWidth: 3, }, OpenLayers.Feature.Vector.style['default']), select: OpenLayers.Util.applyDefaults({ - pointRadius: 16 + pointRadius: 16, + strokeWidth: 3 }, OpenLayers.Feature.Vector.style.select) }) });