There was an error while loading. Please reload this page.
1 parent 2f6f6b0 commit c5b999cCopy full SHA for c5b999c
1 file changed
src/engines/Cesium/Feature/Tileset/hooks.ts
@@ -757,8 +757,6 @@ export const useHooks = ({
757
const googleMapPhotorealisticResource = useMemo((): string | Promise<Resource> | null => {
758
if (type !== "google-photorealistic" || !isVisible) return null;
759
760
- console.log("provider", provider);
761
-
762
// For Re:Earth provider, use the custom URL from customProvider or layer data
763
if (provider === "reearth") {
764
// Try to get URL from customProvider first, then fall back to layer URL
0 commit comments