Skip to content

Commit 8378469

Browse files
Update dist folder [skip ci] (#863)
1 parent 86489b6 commit 8378469

File tree

146 files changed

+208
-124
lines changed

Some content is hidden

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

146 files changed

+208
-124
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ async function initMap() {
1212

1313
const map = new Map3DElement({
1414
center: { lat: 34.8405, lng : -111.7909, altitude: 1322.70 }, range: 13279.50, tilt: 67.44 ,heading: 0.01,
15-
mode: 'SATELLITE'
15+
mode: 'SATELLITE',
16+
gestureHandling: "COOPERATIVE"
1617
});
1718

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

dist/samples/3d-accessibility-features/dist/assets/index-CDjT9Ul7.js renamed to dist/samples/3d-accessibility-features/dist/assets/index-CA3UWuRQ.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
@@ -9,7 +9,7 @@
99
<head>
1010
<title>Map</title>
1111

12-
<script type="module" crossorigin src="./assets/index-CDjT9Ul7.js"></script>
12+
<script type="module" crossorigin src="./assets/index-CA3UWuRQ.js"></script>
1313
<link rel="stylesheet" crossorigin href="./assets/index-DDwKyjRS.css">
1414
</head>
1515
<body>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ async function initMap() {
1111
const { PinElement } = await google.maps.importLibrary("marker");
1212
const map = new Map3DElement({
1313
center: { lat: 34.8405, lng: -111.7909, altitude: 1322.70 }, range: 13279.50, tilt: 67.44, heading: 0.01,
14-
mode: 'SATELLITE'
14+
mode: 'SATELLITE',
15+
gestureHandling: "COOPERATIVE"
1516
});
1617
// Set LatLng and title text for the markers. The first marker (Boynton Pass)
1718
// receives the initial focus when tab is pressed. Use arrow keys to move

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ async function initMap() {
1212

1313
const map = new Map3DElement({
1414
center: { lat: 34.8405, lng : -111.7909, altitude: 1322.70 }, range: 13279.50, tilt: 67.44 ,heading: 0.01,
15-
mode: 'SATELLITE'
15+
mode: 'SATELLITE',
16+
gestureHandling: "COOPERATIVE"
1617
});
1718

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ async function initMap() {
1111
const { PinElement } = await google.maps.importLibrary("marker");
1212
const map = new Map3DElement({
1313
center: { lat: 34.8405, lng: -111.7909, altitude: 1322.70 }, range: 13279.50, tilt: 67.44, heading: 0.01,
14-
mode: 'SATELLITE'
14+
mode: 'SATELLITE',
15+
gestureHandling: "COOPERATIVE"
1516
});
1617
// Set LatLng and title text for the markers. The first marker (Boynton Pass)
1718
// receives the initial focus when tab is pressed. Use arrow keys to move

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ async function initMap() {
1414
tilt: 67.5,
1515
mode: 'HYBRID',
1616
bounds: {south: -48.30, west: 163.56, north: -32.86, east: -180},
17+
gestureHandling: "COOPERATIVE"
1718
});
1819

1920
document.body.append(map);

dist/samples/3d-camera-boundary/dist/assets/index-CIxPjvxi.js renamed to dist/samples/3d-camera-boundary/dist/assets/index-Df7wxdaJ.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
@@ -9,7 +9,7 @@
99
<head>
1010
<title>Map</title>
1111

12-
<script type="module" crossorigin src="./assets/index-CIxPjvxi.js"></script>
12+
<script type="module" crossorigin src="./assets/index-Df7wxdaJ.js"></script>
1313
<link rel="stylesheet" crossorigin href="./assets/index-DDwKyjRS.css">
1414
</head>
1515
<body>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ async function initMap() {
1313
tilt: 67.5,
1414
mode: 'HYBRID',
1515
bounds: { south: -48.30, west: 163.56, north: -32.86, east: -180 },
16+
gestureHandling: "COOPERATIVE"
1617
});
1718
document.body.append(map);
1819
}

0 commit comments

Comments
 (0)