Skip to content

Commit 7ef401c

Browse files
committed
Release 2.0.0
1 parent 6e07e2b commit 7ef401c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ else()
8282
include(FetchContent)
8383
FetchContent_Declare(geodesk GIT_REPOSITORY
8484
https://github.com/clarisma/libgeodesk.git
85-
GIT_TAG v2)
85+
GIT_TAG main)
8686
FetchContent_MakeAvailable(geodesk)
8787
endif()
8888

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ We have completely redesigned the concept of *tile repositories*. We will soon i
108108

109109
- `gol query` now formats results in parallel, resulting in significant speedups: Extracting the world's rivers as GeoJSON previously took close to a minute -- now it only takes a few seconds on a 10-core system
110110

111-
- Queries are generally 10% faster due to file-format simplifications
111+
- Queries are generally 6% faster due to file-format simplifications
112112

113113
- Faster startup, as GOL 2.0 no longer relies on the JVM
114114

0 commit comments

Comments
 (0)