From 4bdc4c337bcd0babccb8351676ce2c7fc2997d5c Mon Sep 17 00:00:00 2001 From: pufferfish <74378430+pufferffish@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:38:46 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 808ae60..2120ede 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Test and build bindings](https://github.com/vandreltd/valhalla-go/actions/workflows/build.yml/badge.svg)](https://github.com/vandreltd/valhalla-go/actions/workflows/build.yml) -This spin-off project simply offers Go bindings to the [Valhalla project](https://github.com/valhalla/valhalla). +This repo simply offers Go bindings to the [Valhalla project](https://github.com/valhalla/valhalla). ## Usage @@ -19,6 +19,8 @@ LD_LIBRARY_PATH=./result/lib go test -v # build and run the test units If you do not wish the build the library yourself, you can grab a pre-built binary in the [CI Artifacts](https://github.com/vandreltd/valhalla-go/actions). +A preprocessed tiles file of the entire world (2023 Jan) can be found [here](https://archive.org/download/valhalla-planet-221219). + ## License `valhalla-go` is licensed with ISC, see [LICENSE](./LICENSE).