diff --git a/examples/geojson.js b/examples/geojson.js index 6c44590ffe..e6599e08f7 100644 --- a/examples/geojson.js +++ b/examples/geojson.js @@ -10,7 +10,7 @@ goog.require('ol.style.DefaultStyleFunction'); goog.require('ol.symbol'); -var image = ol.symbol.renderCircle(5, null, {color: 'red'}); +var image = ol.symbol.renderCircle(5, null, {color: 'red', width: 1}); var styleFunction = function(feature) { switch (feature.getGeometry().getType()) { case ol.geom.GeometryType.POINT: