Skip to content

Commit 8e35e09

Browse files
Update dist folder [skip ci] (#1506)
1 parent 98ad339 commit 8e35e09

161 files changed

Lines changed: 53 additions & 157 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/samples/3d-accessibility-features/app/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ async function init() {
2020
tilt: 67.44,
2121
heading: 0.01,
2222
mode: 'SATELLITE',
23-
gestureHandling: 'COOPERATIVE',
2423
});
2524

2625
// Set LatLng and title text for the markers. The first marker (Boynton Pass)

dist/samples/3d-accessibility-features/dist/assets/index-CAWeQ9mC.js renamed to dist/samples/3d-accessibility-features/dist/assets/index-Brcdi0NO.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/3d-accessibility-features/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"
1616
});
1717
</script>
18-
<script type="module" crossorigin src="./assets/index-CAWeQ9mC.js"></script>
18+
<script type="module" crossorigin src="./assets/index-Brcdi0NO.js"></script>
1919
<link rel="stylesheet" crossorigin href="./assets/index-BVXE32j3.css">
2020
</head>
2121
<body>

dist/samples/3d-accessibility-features/docs/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ async function init() {
2121
tilt: 67.44,
2222
heading: 0.01,
2323
mode: 'SATELLITE',
24-
gestureHandling: 'COOPERATIVE',
2524
});
2625

2726
// Set LatLng and title text for the markers. The first marker (Boynton Pass)

dist/samples/3d-accessibility-features/docs/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ async function init() {
2020
tilt: 67.44,
2121
heading: 0.01,
2222
mode: 'SATELLITE',
23-
gestureHandling: 'COOPERATIVE',
2423
});
2524

2625
// Set LatLng and title text for the markers. The first marker (Boynton Pass)

dist/samples/3d-accessibility-features/jsfiddle/demo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ async function init() {
2020
tilt: 67.44,
2121
heading: 0.01,
2222
mode: 'SATELLITE',
23-
gestureHandling: 'COOPERATIVE',
2423
});
2524

2625
// Set LatLng and title text for the markers. The first marker (Boynton Pass)

dist/samples/3d-camera-boundary/app/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ async function init() {
1313
tilt: 67.5,
1414
mode: 'HYBRID',
1515
bounds: { south: -48.3, west: 163.56, north: -32.86, east: -180 },
16-
gestureHandling: 'COOPERATIVE',
1716
});
1817

1918
document.body.append(map);

dist/samples/3d-camera-boundary/dist/assets/index-B2ghvKJh.js renamed to dist/samples/3d-camera-boundary/dist/assets/index-B__ZA0bL.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/3d-camera-boundary/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"
1616
});
1717
</script>
18-
<script type="module" crossorigin src="./assets/index-B2ghvKJh.js"></script>
18+
<script type="module" crossorigin src="./assets/index-B__ZA0bL.js"></script>
1919
<link rel="stylesheet" crossorigin href="./assets/index-BVXE32j3.css">
2020
</head>
2121
<body>

dist/samples/3d-camera-boundary/docs/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ async function init() {
1414
tilt: 67.5,
1515
mode: 'HYBRID',
1616
bounds: { south: -48.3, west: 163.56, north: -32.86, east: -180 },
17-
gestureHandling: 'COOPERATIVE',
1817
});
1918

2019
document.body.append(map);

0 commit comments

Comments
 (0)