diff --git a/examples/vector-tile-selection.html b/examples/vector-tile-selection.html index 4d5689c8a0..7107debc34 100644 --- a/examples/vector-tile-selection.html +++ b/examples/vector-tile-selection.html @@ -8,8 +8,8 @@ docs: > By changing the action type to "Multi Select" you can select multiple features at a time. With "Single Select on hover", features will be higlighted when the pointer is above them.

- The selection layer is configured with `renderMode: 'vector'` for better performance on frequent redraws, - i.e. when 'Single select on hover' is selected. + The selection layer is configured with renderMode: 'vector' for better performance on frequent redraws, + i.e. when "Single Select on hover" is selected.

tags: "vector tiles, selection" ---