Set snapToPixel to false in dynamic-data example

This commit is contained in:
Éric Lemoine
2014-05-07 18:01:24 +02:00
parent 511e3f7810
commit 8610a91ea9

View File

@@ -23,6 +23,7 @@ var map = new ol.Map({
var imageStyle = new ol.style.Circle({
radius: 5,
snapToPixel: false,
fill: new ol.style.Fill({color: 'yellow'}),
stroke: new ol.style.Stroke({color: 'red', width: 1})
});