Merge pull request #12455 from mike-000/patch-1

Consistent use of quotes in example description
This commit is contained in:
Andreas Hocevar
2021-07-01 16:04:53 +02:00
committed by GitHub
+2 -2
View File
@@ -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.
</p><p>
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 <code>renderMode: 'vector'</code> for better performance on frequent redraws,
i.e. when "Single Select on hover" is selected.
</p>
tags: "vector tiles, selection"
---