Add missing semicolon
This commit is contained in:
@@ -21,7 +21,7 @@ var style = new ol.style.Style({
|
||||
fill: fill,
|
||||
stroke: stroke
|
||||
})
|
||||
})
|
||||
});
|
||||
vectorContext.setStyle(style);
|
||||
|
||||
vectorContext.drawGeometry(new ol.geom.LineString([[10, 10], [90, 90]]));
|
||||
|
||||
Reference in New Issue
Block a user