Summary
Backwards incompatible changes
- The MVT format parser now assigns the tile's
source-layer
s to themvt:layer
property of each feature. Previously thelayer
property was used, which was not ideal because it is frequently used in OpenStreetMap based tiles. This change may require application code changes where OpenLayers feature info (Map.getFeaturesAtPixel()
,Map.forEachFeatureAtPixel()
,Layer.getFeatures()
) or style function customizations are used.
Other changes
- Improvements to font detection, to ensure that the correct fonts are downloaded
What's Changed
- Changes for 12.6.1 by @ahocevar in #1303
- Fix description of mapbox example by @ahocevar in #1304
- Make font detection and loading independent from OpenLayers by @ahocevar in #1306
- More font loading improvements by @ahocevar in #1307
- Try to avoid layerName collisions by @ahocevar in #1305
Full Changelog: v12.6.1...v13.0.0