mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
commit
f2e13c1317
2
.github/actions/cloudflare-deploy/action.yml
vendored
2
.github/actions/cloudflare-deploy/action.yml
vendored
@ -23,4 +23,4 @@ runs:
|
||||
with:
|
||||
apiToken: ${{ inputs.CF_API_TOKEN }}
|
||||
accountId: ${{ inputs.CF_ACCOUNT_ID }}
|
||||
command: pages publish --project-name=${{ inputs.project }} ${{ inputs.source }}
|
||||
command: pages publish --branch production --project-name=${{ inputs.project }} ${{ inputs.source }}
|
||||
|
||||
4
.github/workflows/library-web.yml
vendored
4
.github/workflows/library-web.yml
vendored
@ -92,8 +92,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
echo "/*
|
||||
Cross-Origin-Opener-Policy: \"same-origin\"
|
||||
Cross-Origin-Embedder-Policy: \"require-corp\"" > demo/_headers
|
||||
Cross-Origin-Opener-Policy: same-origin
|
||||
Cross-Origin-Embedder-Policy: require-corp" > demo/_headers
|
||||
- name: Deploy
|
||||
uses: ./.github/actions/cloudflare-deploy
|
||||
with:
|
||||
|
||||
10
README.md
10
README.md
@ -24,14 +24,14 @@
|
||||
|
||||
<div align="center">
|
||||
<h3>
|
||||
<a href="https://maxammann.org/maplibre-rs/webgl">
|
||||
<a href="https://maplibre-rs-demos.pages.dev/webgl">
|
||||
WebGL Demo
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://maxammann.org/maplibre-rs/docs">
|
||||
<a href="https://maplibre.org/maplibre-rs/docs/book/">
|
||||
Book
|
||||
</a> | </span>
|
||||
<a href="https://maxammann.org/maplibre-rs/api-docs/maplibre/">
|
||||
<a href="https://maplibre.org/maplibre-rs/docs/api/maplibre/">
|
||||
API
|
||||
</a> | </span>
|
||||
<a href="https://matrix.to/#/#maplibre:matrix.org">
|
||||
@ -111,7 +111,7 @@ cargo run -p maplibre-demo
|
||||
```
|
||||
|
||||
More information about building for different platforms can be
|
||||
found [here](https://maxammann.org/maplibre-rs/docs/development-guide/building.html).
|
||||
found [here](https://maplibre.org/maplibre-rs/docs/book/development-guide/building.html).
|
||||
|
||||
## Rust Setup
|
||||
|
||||
@ -129,4 +129,4 @@ dependency.
|
||||
cargo doc --open
|
||||
```
|
||||
|
||||
You can also view the up-to-date documentation [here](https://maxammann.org/maplibre-rs/docs/).
|
||||
You can also view the up-to-date documentation [here](https://maplibre.org/maplibre-rs/docs/api/maplibre/).
|
||||
|
||||
@ -6,7 +6,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
|
||||
//!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user