Remove the '3' from OpenLayers
This commit is contained in:
@@ -166,7 +166,7 @@ var moveFeature = function(event) {
|
||||
var feature = new ol.Feature(currentPoint);
|
||||
vectorContext.drawFeature(feature, styles.geoMarker);
|
||||
}
|
||||
// tell OL3 to continue the postcompose animation
|
||||
// tell OpenLayers to continue the postcompose animation
|
||||
map.render();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user