We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8955dcd commit 04fe41aCopy full SHA for 04fe41a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+Tiles v3.5.0
2
+------
3
+- Add Daylight Landcover from zooms 0-7. [#154]
4
+
5
Tiles v3.4.1
6
------
7
- Improve boundaries generalization [#200]
tiles/src/main/java/com/protomaps/basemap/Basemap.java
@@ -96,7 +96,7 @@ public String description() {
96
97
@Override
98
public String version() {
99
- return "3.4.1";
+ return "3.5.0";
100
}
101
102
0 commit comments