Skip to content

Commit 5f4e6de

Browse files
Update dist folder [skip ci] (#720)
1 parent e0a5dc5 commit 5f4e6de

File tree

7 files changed

+28
-12
lines changed

7 files changed

+28
-12
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66
/* [START maps_deckgl_polygon] */
7+
// Initialize and add the map
8+
let map: google.maps.Map;
9+
let polygonLayer: deck.PolygonLayer; // Declare polygonLayer outside for button access
10+
let googleMapsOverlay: deck.GoogleMapsOverlay; // Declare googleMapsOverlay outside for button access
11+
712
// Declare global namespace for Deck.gl to satisfy TypeScript compiler
813
declare namespace deck {
914
class PolygonLayer {
@@ -20,11 +25,6 @@ declare namespace deck {
2025
// Add other Deck.gl types used globally if needed
2126
}
2227

23-
// Initialize and add the map
24-
let map: google.maps.Map;
25-
let polygonLayer: deck.PolygonLayer; // Declare polygonLayer outside for button access
26-
let googleMapsOverlay: deck.GoogleMapsOverlay; // Declare googleMapsOverlay outside for button access
27-
2828
async function initMap(): Promise<void> {
2929
// Progress bar logic moved from index.html
3030
var progress, progressDiv = document.querySelector(".mdc-linear-progress");

dist/samples/deckgl-polygon/dist/assets/index--YAHIMlV.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/samples/deckgl-polygon/dist/assets/index-Cdk1EUKh.js

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222

23-
<script type="module" crossorigin src="./assets/index--YAHIMlV.js"></script>
23+
<script type="module" crossorigin src="./assets/index-Cdk1EUKh.js"></script>
2424
<link rel="stylesheet" crossorigin href="./assets/index-5cxXJn4L.css">
2525
</head>
2626
<body>

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

Lines changed: 6 additions & 0 deletions
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_polygon] */
28
// Initialize and add the map
39
let map;
410
let polygonLayer; // Declare polygonLayer outside for button access

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66
/* [START maps_deckgl_polygon] */
7+
// Initialize and add the map
8+
let map: google.maps.Map;
9+
let polygonLayer: deck.PolygonLayer; // Declare polygonLayer outside for button access
10+
let googleMapsOverlay: deck.GoogleMapsOverlay; // Declare googleMapsOverlay outside for button access
11+
712
// Declare global namespace for Deck.gl to satisfy TypeScript compiler
813
declare namespace deck {
914
class PolygonLayer {
@@ -20,11 +25,6 @@ declare namespace deck {
2025
// Add other Deck.gl types used globally if needed
2126
}
2227

23-
// Initialize and add the map
24-
let map: google.maps.Map;
25-
let polygonLayer: deck.PolygonLayer; // Declare polygonLayer outside for button access
26-
let googleMapsOverlay: deck.GoogleMapsOverlay; // Declare googleMapsOverlay outside for button access
27-
2828
async function initMap(): Promise<void> {
2929
// Progress bar logic moved from index.html
3030
var progress, progressDiv = document.querySelector(".mdc-linear-progress");

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

Lines changed: 6 additions & 0 deletions
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_polygon] */
28
// Initialize and add the map
39
let map;
410
let polygonLayer; // Declare polygonLayer outside for button access

0 commit comments

Comments
 (0)