From 212a6ae7cecbc42de9a79811dcf98ad42c1f8252 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Wed, 30 Jun 2021 00:24:59 +0100 Subject: [PATCH] consistent use of quotes --- examples/vector-tile-selection.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ---