Skip to content

Commit

Permalink
deploy: 0d40b1c
Browse files Browse the repository at this point in the history
  • Loading branch information
willum070 committed May 14, 2024
1 parent 31e5382 commit f9d4dc3
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 24 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#map,body,html{height:100%}body,html{margin:0;padding:0}
5 changes: 3 additions & 2 deletions samples/web-components-map/app/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
<title>Add a Map using HTML</title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>

<script type="module" crossorigin src="./assets/index-Rz0jDNVK.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-hqGKW_OM.css">
<script type="module" crossorigin src="./assets/index-eXnYF4u5.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-sVB_vSq6.css">
</head>
<body>
<style>gmp-map{height:400px}</style>
<gmp-map
center="37.4220656,-122.0840897"
zoom="10"
Expand Down
5 changes: 5 additions & 0 deletions samples/web-components-map/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<script type="module" src="./index.ts"></script>
</head>
<body>
<style>
gmp-map {
height: 400px;
}
</style>
<gmp-map
center="37.4220656,-122.0840897"
zoom="10"
Expand Down
4 changes: 0 additions & 4 deletions samples/web-components-map/app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ body {
padding: 0;
}

gmp-map {
height: 400px;
}

7 changes: 7 additions & 0 deletions samples/web-components-map/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<script type="module" src="./index.js"></script>
</head>
<body>
<!-- [START maps_web_components_map_style] -->
<style>
gmp-map {
height: 400px;
}
</style>
<!-- [END maps_web_components_map_style] -->
<!-- [START maps_web_components_map_gmpmap] -->
<gmp-map
center="37.4220656,-122.0840897"
Expand Down
6 changes: 0 additions & 6 deletions samples/web-components-map/docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ body {
padding: 0;
}

/* [START maps_web_components_map_style] */
gmp-map {
height: 400px;
}

/* [END maps_web_components_map_style] */
/* [END maps_web_components_map] */

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#map,body,html{height:100%}body,html{margin:0;padding:0}
9 changes: 7 additions & 2 deletions samples/web-components-map/iframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@
<title>Add a Map using HTML</title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>

<script type="module" crossorigin src="./assets/index-Rz0jDNVK.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-hqGKW_OM.css" />
<script type="module" crossorigin src="./assets/index-eXnYF4u5.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-sVB_vSq6.css" />
</head>
<body>
<style>
gmp-map {
height: 400px;
}
</style>
<gmp-map
center="37.4220656,-122.0840897"
zoom="10"
Expand Down
4 changes: 0 additions & 4 deletions samples/web-components-map/jsfiddle/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ body {
padding: 0;
}

gmp-map {
height: 400px;
}

5 changes: 5 additions & 0 deletions samples/web-components-map/jsfiddle/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<!-- jsFiddle will insert css and js -->
</head>
<body>
<style>
gmp-map {
height: 400px;
}
</style>
<gmp-map
center="37.4220656,-122.0840897"
zoom="10"
Expand Down
5 changes: 5 additions & 0 deletions samples/web-components-map/playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<script type="module" src="./index.js"></script>
</head>
<body>
<style>
gmp-map {
height: 400px;
}
</style>
<gmp-map
center="37.4220656,-122.0840897"
zoom="10"
Expand Down
4 changes: 0 additions & 4 deletions samples/web-components-map/playground/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ body {
padding: 0;
}

gmp-map {
height: 400px;
}

0 comments on commit f9d4dc3

Please sign in to comment.