Skip to content

Commit

Permalink
Merge branch 'main' into release-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshv committed Feb 5, 2024
2 parents 56a4f86 + 8850285 commit 4cfe73d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: setup node
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20

- name: install Rust stable
uses: actions-rs/toolchain@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
toolchain: 1.74

# - name: install dependencies (ubuntu only)
# if: matrix.platform == 'ubuntu-latest'
Expand Down
6 changes: 3 additions & 3 deletions src/components/SphereMap/index.tsx
Expand Up @@ -69,14 +69,14 @@ export const SphereMap: React.FC<SphereMapProps> = ({ id }) => {
logger.error("Got error from maplibre", error)
}}
>
<SetupStore
mapId={id}
/>
<Source
id={"mapbox-dem"}
type={"raster-dem"}
url={"mapbox://mapbox.mapbox-terrain-dem-v1"}
/>
<SetupStore
mapId={id}
/>
<HandleHover
mapId={id}
/>
Expand Down

0 comments on commit 4cfe73d

Please sign in to comment.