Skip to content

Commit d0f1f35

Browse files
Update dist folder [skip ci] (#806)
1 parent ca8da91 commit d0f1f35

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

dist/samples/3d-camera-to-around/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function init() {
3939
// Length of time to fly to the location.
4040
durationMillis: 50000,
4141
// Number of rotations to make in the specified time.
42-
rounds: 1
42+
repeatCount: 1
4343
});
4444
}, {once: true}); // Stop animation after flying around.
4545

dist/samples/3d-camera-to-around/dist/assets/index-CCfvJRed.js renamed to dist/samples/3d-camera-to-around/dist/assets/index-C5Deev1o.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-to-around/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-CCfvJRed.js"></script>
12+
<script type="module" crossorigin src="./assets/index-C5Deev1o.js"></script>
1313
<link rel="stylesheet" crossorigin href="./assets/index-DDwKyjRS.css">
1414
</head>
1515
<body>

dist/samples/3d-camera-to-around/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function init() {
3131
// Length of time to fly to the location.
3232
durationMillis: 50000,
3333
// Number of rotations to make in the specified time.
34-
rounds: 1
34+
repeatCount: 1
3535
});
3636
}, { once: true }); // Stop animation after flying around.
3737
// At any time stop the animation.

dist/samples/3d-camera-to-around/docs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function init() {
3939
// Length of time to fly to the location.
4040
durationMillis: 50000,
4141
// Number of rotations to make in the specified time.
42-
rounds: 1
42+
repeatCount: 1
4343
});
4444
}, {once: true}); // Stop animation after flying around.
4545

dist/samples/3d-camera-to-around/jsfiddle/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function init() {
3131
// Length of time to fly to the location.
3232
durationMillis: 50000,
3333
// Number of rotations to make in the specified time.
34-
rounds: 1
34+
repeatCount: 1
3535
});
3636
}, { once: true }); // Stop animation after flying around.
3737
// At any time stop the animation.

dist/samples/3d-marker-click-event/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function initMap() {
3333
map.flyCameraAround({
3434
camera: originalCamera,
3535
durationMillis: 50000,
36-
rounds: 1
36+
repeatCount: 1
3737
});
3838
});
3939

dist/samples/3d-marker-click-event/dist/assets/index-Cg9EHWrZ.js renamed to dist/samples/3d-marker-click-event/dist/assets/index-owU-9bC9.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-marker-click-event/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-Cg9EHWrZ.js"></script>
12+
<script type="module" crossorigin src="./assets/index-owU-9bC9.js"></script>
1313
<link rel="stylesheet" crossorigin href="./assets/index-DDwKyjRS.css">
1414
</head>
1515
<body>

dist/samples/3d-marker-click-event/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function initMap() {
2929
map.flyCameraAround({
3030
camera: originalCamera,
3131
durationMillis: 50000,
32-
rounds: 1
32+
repeatCount: 1
3333
});
3434
});
3535
map.append(interactiveMarker);

0 commit comments

Comments
 (0)