Release 11.0.0
11.0.0 (2024-08-04)
Features
- support OpenLayers@10 (c29a966)
BREAKING CHANGES
- A minimum version of OpenLayers 10 is now required.
- The
opaque
option was previously used to hint the renderer to perform some optimizations on layers known to be fully opaque.
This is no longer needed, and the option has been removed.
The option is no longer handled byOlSourceOSM
,OlSourceXYZ
andOlSourceTianditu
.
It has been removed with OpenLayers 10
see #239