We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e738c6f commit e299f09Copy full SHA for e299f09
CHANGELOG.md
@@ -1,6 +1,11 @@
1
+Tiles 4.5.0
2
+------
3
+- Refactor of landuse to use Matchers [#399]
4
+- Fix roads trunk links minzoom [#403]
5
+
6
Tiles 4.4.1
7
------
-Make FeatureID=0 consistent for preprocessed OSM land/water [#394]
8
+- Make FeatureID=0 consistent for preprocessed OSM land/water [#394]
9
10
Tiles 4.4.0
11
tiles/src/main/java/com/protomaps/basemap/Basemap.java
@@ -115,7 +115,7 @@ public String description() {
115
116
@Override
117
public String version() {
118
- return "4.4.1";
+ return "4.5.0";
119
}
120
121
0 commit comments