Skip to content

Commit

Permalink
feat: use id for iframe contents
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 8, 2020
1 parent a94f255 commit 81ed522
Show file tree
Hide file tree
Showing 149 changed files with 149 additions and 149 deletions.
2 changes: 1 addition & 1 deletion dist/samples/add-map/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/aerial-rotation/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="floating-panel">
<input type="button" value="Auto Rotate" onclick="autoRotate();" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/aerial-simple/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/circle-simple/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/combining-data/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="controls" class="nicebox">
<div>
<select id="census-variable">
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/conserve-map-on-scroll/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/control-bounds-restriction/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/control-custom-state/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/control-custom/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/control-default/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/control-disableUI/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/control-options/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/control-positioning-labels/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/control-positioning/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/control-replacement/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
<!-- Hide controls until they are moved into the map. -->
<div style="display:none">
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/control-simple/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/controls-basic-map/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/custom-markers/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/deckgl-points/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div
role="progressbar"
class="mdc-linear-progress"
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/delete-vertex-menu/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/directions-complex/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="floating-panel">
<b>Start: </b>
<select id="start">
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/directions-draggable/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
<div id="right-panel">
<p>Total Distance: <span id="total"></span></p>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/directions-panel/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="floating-panel">
<strong>Start:</strong>
<select id="start">
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/directions-simple/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="floating-panel">
<b>Start: </b>
<select id="start">
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/directions-travel-modes/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="floating-panel">
<b>Mode of Travel: </b>
<select id="mode">
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/directions-waypoints/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
<div id="right-panel">
<div>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/disable-zoom-and-pan/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/drawing-tools/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/earthquake-circles/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/earthquake-heatmap-weighted/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/earthquake-heatmap/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/earthquake-markers/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/elevation-paths/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div>
<div id="map" style="height:250px;"></div>
<div id="elevation_chart"></div>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/elevation-simple/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/event-arguments/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/event-closure/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/event-domListener/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/event-poi/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
<div id="infowindow-content">
<img id="place-icon" src="" height="16" width="16" />
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/event-properties/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/event-simple/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/geocoding-component-restriction/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="floating-panel">
<pre>componentRestrictions: {country: "AU", postalCode: "2000"}</pre>
<button id="submit">Geocode</button>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/geocoding-place-id/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="floating-panel">
<!-- Supply a default place ID for a place in Brooklyn, New York. -->
<input id="place-id" type="text" value="ChIJd8BlQ2BZwokRAFUEcm_qrcA" />
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/geocoding-region/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
</div>
2 changes: 1 addition & 1 deletion dist/samples/geocoding-reverse/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="floating-panel">
<input id="latlng" type="text" value="40.714224,-73.961452" />
<input id="submit" type="button" value="Reverse Geocode" />
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/geocoding-simple/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="floating-panel">
<input id="address" type="textbox" value="Sydney, NSW" />
<input id="submit" type="button" value="Geocode" />
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/geometry-encodings/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
<div id="right-panel">
<div>Encoding:</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/geometry-headings/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
})((this.window = this.window || {}));
</script>

<div style="height:400px">
<div id="iframe-contents">
<div id="map"></div>
<div id="floating-panel">
Origin: <input type="text" readonly id="origin" /> Destination:
Expand Down
Loading

0 comments on commit 81ed522

Please sign in to comment.