Skip to content

Commit 6bdfb09

Browse files
Update dist folder [skip ci] (#718)
1 parent 2626c01 commit 6bdfb09

File tree

7 files changed

+43
-25
lines changed

7 files changed

+43
-25
lines changed

dist/samples/deckgl-heatmap/app/index.ts

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
* Copyright 2025 Google LLC. All Rights Reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
/* [START maps_deckgl_heatmap] */
8+
// Initialize and add the map
9+
let map: google.maps.Map;
10+
// Use global types for Deck.gl components
11+
let heatmapLayer: deck.HeatmapLayer;
12+
let googleMapsOverlay: deck.GoogleMapsOverlay;
13+
let marker: google.maps.marker.AdvancedMarkerElement | undefined;
14+
let infoWindow: google.maps.InfoWindow;
15+
716
// Declare global namespace for Deck.gl to satisfy TypeScript compiler
817
declare namespace deck {
918
class HeatmapLayer {
@@ -20,14 +29,6 @@ declare namespace deck {
2029
// Add other Deck.gl types used globally if needed
2130
}
2231

23-
// Initialize and add the map
24-
let map: google.maps.Map;
25-
// Use global types for Deck.gl components
26-
let heatmapLayer: deck.HeatmapLayer;
27-
let googleMapsOverlay: deck.GoogleMapsOverlay;
28-
let marker: google.maps.marker.AdvancedMarkerElement | undefined;
29-
let infoWindow: google.maps.InfoWindow;
30-
3132
async function initMap(): Promise<void> {
3233
// Progress bar logic moved from index.html
3334
var progress, progressDiv = document.querySelector(".mdc-linear-progress");
@@ -195,4 +196,4 @@ async function initMap(): Promise<void> {
195196
}
196197

197198
initMap();
198-
/* [END maps_deckgl_heatmap] */
199+
/* [END maps_deckgl_heatmap] */

dist/samples/deckgl-heatmap/dist/assets/index-CG8BDR0z.js renamed to dist/samples/deckgl-heatmap/dist/assets/index-gZB8khcW.js

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

dist/samples/deckgl-heatmap/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<script src="https://unpkg.com/@deck.gl/[email protected]/dist.min.js"></script>
2121

2222

23-
<script type="module" crossorigin src="./assets/index-CG8BDR0z.js"></script>
23+
<script type="module" crossorigin src="./assets/index-gZB8khcW.js"></script>
2424
<link rel="stylesheet" crossorigin href="./assets/index-D66dlIH6.css">
2525
</head>
2626
<body>

dist/samples/deckgl-heatmap/docs/index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
"use strict";
2+
/*
3+
* @license
4+
* Copyright 2025 Google LLC. All Rights Reserved.
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
/* [START maps_deckgl_heatmap] */
28
// Initialize and add the map
39
let map;
410
// Use global types for Deck.gl components
@@ -154,4 +160,4 @@ async function initMap() {
154160
}
155161
}
156162
initMap();
157-
/* [END maps_deckgl_heatmap] */
163+
/* [END maps_deckgl_heatmap] */

dist/samples/deckgl-heatmap/docs/index.ts

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
* Copyright 2025 Google LLC. All Rights Reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
/* [START maps_deckgl_heatmap] */
8+
// Initialize and add the map
9+
let map: google.maps.Map;
10+
// Use global types for Deck.gl components
11+
let heatmapLayer: deck.HeatmapLayer;
12+
let googleMapsOverlay: deck.GoogleMapsOverlay;
13+
let marker: google.maps.marker.AdvancedMarkerElement | undefined;
14+
let infoWindow: google.maps.InfoWindow;
15+
716
// Declare global namespace for Deck.gl to satisfy TypeScript compiler
817
declare namespace deck {
918
class HeatmapLayer {
@@ -20,14 +29,6 @@ declare namespace deck {
2029
// Add other Deck.gl types used globally if needed
2130
}
2231

23-
// Initialize and add the map
24-
let map: google.maps.Map;
25-
// Use global types for Deck.gl components
26-
let heatmapLayer: deck.HeatmapLayer;
27-
let googleMapsOverlay: deck.GoogleMapsOverlay;
28-
let marker: google.maps.marker.AdvancedMarkerElement | undefined;
29-
let infoWindow: google.maps.InfoWindow;
30-
3132
async function initMap(): Promise<void> {
3233
// Progress bar logic moved from index.html
3334
var progress, progressDiv = document.querySelector(".mdc-linear-progress");
@@ -195,4 +196,4 @@ async function initMap(): Promise<void> {
195196
}
196197

197198
initMap();
198-
/* [END maps_deckgl_heatmap] */
199+
/* [END maps_deckgl_heatmap] */

dist/samples/deckgl-heatmap/jsfiddle/demo.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
"use strict";
2+
/*
3+
* @license
4+
* Copyright 2025 Google LLC. All Rights Reserved.
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
/* [START maps_deckgl_heatmap] */
28
// Initialize and add the map
39
let map;
410
// Use global types for Deck.gl components
@@ -154,4 +160,4 @@ async function initMap() {
154160
}
155161
}
156162
initMap();
157-
/* [END maps_deckgl_heatmap] */
163+
/* [END maps_deckgl_heatmap] */

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)