File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,6 @@ const Map3DExample = () => {
4848} ;
4949
5050const App = ( ) => {
51- const nonAlphaVersionLoaded = Boolean (
52- globalThis &&
53- globalThis . google ?. maps ?. version &&
54- ! globalThis . google ?. maps ?. version . endsWith ( '-alpha' )
55- ) ;
56-
57- if ( nonAlphaVersionLoaded ) {
58- location . reload ( ) ;
59- return ;
60- }
61-
6251 return (
6352 < APIProvider apiKey = { API_KEY } version = { 'alpha' } >
6453 < Map3DExample />
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ function ControlPanel() {
99 < h3 > 3D Maps</ h3 >
1010 < p >
1111 This example implements a new < code > Map3D</ code > component that renders
12- a 3D Globe based on the new experimental { ' ' }
13- < a href = { GMP_3D_MAPS_OVERVIEW_URL } target = { '_blank' } >
12+ a 3D Globe based on the new{ ' ' }
13+ < a href = { GMP_3D_MAPS_OVERVIEW_URL } target = { '_blank' } rel = "noreferrer" >
1414 < code > Map3DElement</ code >
1515 </ a > { ' ' }
1616 web-component.
You can’t perform that action at this time.
0 commit comments