Remove renderMode: 'image' for vector tile layers

This commit is contained in:
Andreas Hocevar
2021-02-06 14:57:21 +01:00
parent a7b92cba4d
commit 45ba5792cc
8 changed files with 35 additions and 48 deletions
+6
View File
@@ -1,5 +1,11 @@
## Upgrade notes
### Next version
#### Deprecation of `image` render mode for vector tile layers
`renderMode: 'image'` for vector tile layers has been deprecated. Appliacations continue to work, but a warning will be issued to the console. To get rid of the warning, simply remove the `renderMode` option.
### v6.5.0
#### Units of the `hitTolerance` option fixed