Skip to content

Commit 3be7fc8

Browse files
authored
Merge branch 'main' into refactor-3d-accessibility-features
2 parents 1e9d03c + 9ddf10a commit 3be7fc8

300 files changed

Lines changed: 9294 additions & 2666 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.

.github/workflows/approve-merge.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
run: gh pr comment --body "@dependabot rebase" "$PR_URL"
3333
- name: approve
3434
run: gh pr review --approve "$PR_URL"
35-
- name: merge
36-
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
35+
# Merge step is commented out to prevent auto merging.
36+
# This allows us to review version updates for breakage before publishing.
37+
# - name: merge
38+
# run: gh pr merge --auto --squash --delete-branch "$PR_URL"

dist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ <h1>Maps JSAPI Samples</h1>
1414
<li><a href='/samples/3d-camera-to-around/dist'>3d-camera-to-around</a></li>
1515
<li><a href='/samples/3d-clamp-mode/dist'>3d-clamp-mode</a></li>
1616
<li><a href='/samples/3d-coverage-map/dist'>3d-coverage-map</a></li>
17+
<li><a href='/samples/3d-hero-showcase/dist'>3d-hero-showcase</a></li>
1718
<li><a href='/samples/3d-label-toggle/dist'>3d-label-toggle</a></li>
1819
<li><a href='/samples/3d-localization/dist'>3d-localization</a></li>
1920
<li><a href='/samples/3d-map-45-degree/dist'>3d-map-45-degree</a></li>

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);

0 commit comments

Comments
 (0)