From cccb62a882178b2a5f00cdf6d8fda033bbaf96f6 Mon Sep 17 00:00:00 2001 From: maxammann Date: Fri, 3 Jun 2022 11:21:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20maplibre?= =?UTF-8?q?/maplibre-rs@ba76c9a49e6c0e3bf6378457c00d85f59250cf2d=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/maplibre/index.html | 2 +- docs/api/src/maplibre/lib.rs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/maplibre/index.html b/docs/api/maplibre/index.html index 293ec627..28126a04 100644 --- a/docs/api/maplibre/index.html +++ b/docs/api/maplibre/index.html @@ -9,7 +9,7 @@

Maplibre-rs is a map renderer that can run natively on MacOS, Linux, Windows, Android, iOS and the web. It takes advantage of Lyon to tessellate vector tiles and WebGPU to display them efficiently. Maplibre-rs also has an headless mode (work in progress) that can generate rasters.

-

The official guide book can be found here.

+

The official guide book can be found here.

Example

To import maplibre-rs in your Cargo.toml:

maplibre = "0.0.2"

Modules

diff --git a/docs/api/src/maplibre/lib.rs.html b/docs/api/src/maplibre/lib.rs.html index f62c31ec..6561188c 100644 --- a/docs/api/src/maplibre/lib.rs.html +++ b/docs/api/src/maplibre/lib.rs.html @@ -306,7 +306,7 @@ //! It takes advantage of Lyon to tessellate vector tiles and WebGPU to display them efficiently. //! Maplibre-rs also has an headless mode (*work in progress*) that can generate rasters. //! -//! The official guide book can be found [here](https://maxammann.org/maplibre-rs/docs/). +//! The official guide book can be found [here](https://maplibre.org/maplibre-rs/docs/book/). //! //! ### Example //!