Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/samples/3d-camera-to-around/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function init() {
// Length of time to fly to the location.
durationMillis: 50000,
// Number of rotations to make in the specified time.
rounds: 1
repeatCount: 1
});
}, {once: true}); // Stop animation after flying around.

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/samples/3d-camera-to-around/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<head>
<title>Map</title>

<script type="module" crossorigin src="./assets/index-CCfvJRed.js"></script>
<script type="module" crossorigin src="./assets/index-C5Deev1o.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DDwKyjRS.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/3d-camera-to-around/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function init() {
// Length of time to fly to the location.
durationMillis: 50000,
// Number of rotations to make in the specified time.
rounds: 1
repeatCount: 1
});
}, { once: true }); // Stop animation after flying around.
// At any time stop the animation.
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/3d-camera-to-around/docs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function init() {
// Length of time to fly to the location.
durationMillis: 50000,
// Number of rotations to make in the specified time.
rounds: 1
repeatCount: 1
});
}, {once: true}); // Stop animation after flying around.

Expand Down
2 changes: 1 addition & 1 deletion dist/samples/3d-camera-to-around/jsfiddle/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function init() {
// Length of time to fly to the location.
durationMillis: 50000,
// Number of rotations to make in the specified time.
rounds: 1
repeatCount: 1
});
}, { once: true }); // Stop animation after flying around.
// At any time stop the animation.
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/3d-marker-click-event/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function initMap() {
map.flyCameraAround({
camera: originalCamera,
durationMillis: 50000,
rounds: 1
repeatCount: 1
});
});

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/samples/3d-marker-click-event/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<head>
<title>Map</title>

<script type="module" crossorigin src="./assets/index-Cg9EHWrZ.js"></script>
<script type="module" crossorigin src="./assets/index-owU-9bC9.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DDwKyjRS.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/3d-marker-click-event/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function initMap() {
map.flyCameraAround({
camera: originalCamera,
durationMillis: 50000,
rounds: 1
repeatCount: 1
});
});
map.append(interactiveMarker);
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/3d-marker-click-event/docs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function initMap() {
map.flyCameraAround({
camera: originalCamera,
durationMillis: 50000,
rounds: 1
repeatCount: 1
});
});

Expand Down
2 changes: 1 addition & 1 deletion dist/samples/3d-marker-click-event/jsfiddle/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function initMap() {
map.flyCameraAround({
camera: originalCamera,
durationMillis: 50000,
rounds: 1
repeatCount: 1
});
});
map.append(interactiveMarker);
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.