Skip to content

Commit

Permalink
feat: upgrade mvt lib
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Jan 10, 2025
1 parent f50f746 commit bfaeda5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-toggle": "1.1.0",
"@reearth/cesium-mvt-imagery-provider": "1.5.4",
"@reearth/cesium-mvt-imagery-provider": "1.6.0",
"@rot1024/use-transition": "1.0.0",
"@seznam/compose-react-refs": "1.0.6",
"@turf/invariant": "6.5.0",
Expand Down
3 changes: 2 additions & 1 deletion src/engines/Cesium/Feature/Raster/mvt.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { MVTImageryProvider } from "@reearth/cesium-mvt-imagery-provider";
import { useMemo } from "react";

import { MVTImageryProvider } from "@reearth/cesium-mvt-imagery-provider";

import { extractSimpleLayer } from "../utils";

import { useData, useImageryProvider } from "./hooks";
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2114,10 +2114,10 @@
resolved "https://registry.yarnpkg.com/@react-dnd/shallowequal/-/shallowequal-4.0.2.tgz#d1b4befa423f692fa4abf1c79209702e7d8ae4b4"
integrity sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==

"@reearth/cesium-mvt-imagery-provider@1.5.4":
version "1.5.4"
resolved "https://registry.yarnpkg.com/@reearth/cesium-mvt-imagery-provider/-/cesium-mvt-imagery-provider-1.5.4.tgz#33b4433a3414bf869a667ff82ea20ae5ff7280a9"
integrity sha512-5FwyOOwDmE+KwWmHkYt/NosJ3A3FFSWyhTqEGVPyy/HzsyvT3lYwilA+k40sXc9jOjwntClfqQNvQMMsmPF9Hw==
"@reearth/cesium-mvt-imagery-provider@1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@reearth/cesium-mvt-imagery-provider/-/cesium-mvt-imagery-provider-1.6.0.tgz#faff69807215e30cdd86ae9670f3d81617c7b223"
integrity sha512-udtSpXOhPIfEgXimIy3ywGP72Jpd0bxdq2Lrsv+09Ds8zX8mT/oXapSoD6FZ4UKjjWvlRuP1wZcRyTCDlQ8b1Q==
dependencies:
"@mapbox/vector-tile" "1.3.1"
"@turf/turf" "6.5.0"
Expand Down

0 comments on commit bfaeda5

Please sign in to comment.