We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a28457 commit 55adb4eCopy full SHA for 55adb4e
changelog/upgrade-notes.md
@@ -1,14 +1,14 @@
1
## Upgrade notes
2
3
-### Next version
+### v6.0.0
4
5
#### Backwards incompatible changes
6
7
-##### Usage of `Map.forEachLayerAtPixel`
+##### Usage of `map.forEachLayerAtPixel`
8
9
Due to performance considerations, the layers in a map will sometimes be rendered into one
10
single canvas instead of separate elements.
11
-This means `Map.forEachLayerAtPixel` will bring up false positives.
+This means `map.forEachLayerAtPixel` will bring up false positives.
12
13
The easiest solution to avoid that is to assign different `className` properties to each layer like so:
14
```js
0 commit comments