Skip to content

Commit 08ddcc0

Browse files
Update dist folder [skip ci] (#933)
1 parent e616dd7 commit 08ddcc0

File tree

144 files changed

+271
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+271
-421
lines changed

dist/samples/3d-accessibility-features/app/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Google Maps JavaScript Sample
22

3-
This sample is generated from @googlemaps/js-samples located at
4-
https://github.com/googlemaps-samples/js-api-samples.
3+
## 3d-accessibility-features
4+
5+
The 3d-accessibility-features sample demonstrates how to use accessibility features in a 3D map, such as keyboard and screen reader support.
6+
7+
Follow these instructions to set up and run 3d-accessibility-features sample on your local computer.
58

69
## Setup
710

@@ -19,7 +22,7 @@ First `cd` to the folder for the sample to run, then:
1922

2023
From `samples/`:
2124

22-
`$npm run build --workspace=sample-name/`
25+
`$npm run build --workspace=3d-accessibility-features/`
2326

2427
### Build all of the examples.
2528

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
html,map{height:100%}body{height:100%;margin:0;padding:0}

dist/samples/3d-accessibility-features/dist/assets/index-C8EVyAYe.js

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

dist/samples/3d-accessibility-features/dist/assets/index-CoX0ZzLD.js

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

dist/samples/3d-accessibility-features/dist/assets/index-DDwKyjRS.css

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

dist/samples/3d-accessibility-features/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<head>
1010
<title>Map</title>
1111

12-
<script type="module" crossorigin src="./assets/index-CoX0ZzLD.js"></script>
13-
<link rel="stylesheet" crossorigin href="./assets/index-DDwKyjRS.css">
12+
<script type="module" crossorigin src="./assets/index-C8EVyAYe.js"></script>
13+
<link rel="stylesheet" crossorigin href="./assets/index-BVXE32j3.css">
1414
</head>
1515
<body>
1616
<div id="map"></div>

dist/samples/3d-camera-boundary/app/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Google Maps JavaScript Sample
22

3-
This sample is generated from @googlemaps/js-samples located at
4-
https://github.com/googlemaps-samples/js-api-samples.
3+
## 3d-camera-boundary
4+
5+
The 3d-camera-boundary sample demonstrates how to set a boundary for the camera in a 3D map to restrict the user's view.
6+
7+
Follow these instructions to set up and run 3d-camera-boundary sample on your local computer.
58

69
## Setup
710

@@ -19,7 +22,7 @@ First `cd` to the folder for the sample to run, then:
1922

2023
From `samples/`:
2124

22-
`$npm run build --workspace=sample-name/`
25+
`$npm run build --workspace=3d-camera-boundary/`
2326

2427
### Build all of the examples.
2528

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
html,map{height:100%}body{height:100%;margin:0;padding:0}

dist/samples/3d-simple-map/dist/assets/index-BWq4_KHj.js renamed to dist/samples/3d-camera-boundary/dist/assets/index-CQYF9hk3.js

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

dist/samples/3d-camera-boundary/dist/assets/index-DDwKyjRS.css

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

0 commit comments

Comments
 (0)