diff --git a/examples/image-vector-layer.html b/examples/image-vector-layer.html new file mode 100644 index 0000000000..b8a37b6d5f --- /dev/null +++ b/examples/image-vector-layer.html @@ -0,0 +1,53 @@ + + +
+ + + + + + + +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
+ is then used as the image of an image layer.
See the image-vector-layer.js source to see how this is done.
+