Skip to content

Commit 3531e47

Browse files
authored
Merge pull request #1308 from openlayers/release-v13.0.0
Changes for v13.0.0
2 parents b4ab37d + be35958 commit 3531e47

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
* The MVT format parser now assigns the tile's `source-layer`s to the `mvt:layer` property of each feature. Previously the `layer` 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.
88

9+
### Other changes
10+
11+
* Improvements to font detection, to ensure that the correct fonts are downloaded
12+
913
## 12.6.1
1014

1115
* Make styles with `pitch` and `distance-from-center` expressions work again

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ol-mapbox-style",
3-
"version": "12.6.1",
3+
"version": "13.0.0",
44
"description": "Create OpenLayers maps from Mapbox Style objects",
55
"type": "module",
66
"browser": "src/index.js",

0 commit comments

Comments
 (0)