Skip to content

Commit 1d8c87c

Browse files
committed
tiles 4.14.11
1 parent fdea644 commit 1d8c87c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Tiles 4.14.11
2+
------
3+
- fix missing `elevation` values and numeric types for peaks via @candux [#619]
4+
15
Tiles 4.14.10
26
------
37
- fix bug in area threshold via @candux [#620]

tiles/src/main/java/com/protomaps/basemap/Basemap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public String description() {
134134

135135
@Override
136136
public String version() {
137-
return "4.14.10";
137+
return "4.14.11";
138138
}
139139

140140
@Override

0 commit comments

Comments
 (0)