diff --git a/examples/image-vector-layer.html b/examples/image-vector-layer.html index b8a37b6d5f..9531bbc7a4 100644 --- a/examples/image-vector-layer.html +++ b/examples/image-vector-layer.html @@ -30,22 +30,28 @@
Example of an image vector layer.
This example uses a ol.source.ImageVector source. That source gets vector features from the
- ol.source.Vector it's configured with and draw these features to an HTML5 canvas element that
+ ol.source.Vector it's configured with, and draw these features to an HTML5 canvas element that
is then used as the image of an image layer.
See the image-vector-layer.js source to see how this is done.