Skip to content

Commit 1e1bd1b

Browse files
committed
Merge pull request openlayers#1488 from ahocevar/google-api
Encourage the use of a Google API key
2 parents eba74db + 913f876 commit 1e1bd1b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/google.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ <h1 id="title">Google (v3) Layer Example</h1>
2424
<p><input id="animate" type="checkbox" checked="checked">Animated
2525
zoom (if supported by GMaps on your device)</input></p>
2626
<p>
27-
If you use the Google Maps v3 API with a Google layer, you don't
28-
need to include an API key. This layer only works in the
29-
spherical mercator projection. See the
30-
<a href="google.js" target="_blank">google.js source</a>
31-
to see how this is done.
27+
Google is encouraging the use of keys for Google Maps APIs as
28+
described here: <a href="https://developers.google.com/maps/documentation/javascript/get-api-key">https://developers.google.com/maps/documentation/javascript/get-api-key</a>.
29+
Once you have included the Google Maps script in your html,
30+
refer to the
31+
<a href="google.js" target="_blank">google.js source</a>
32+
to see how to use Google Maps as layer in OpenLayers.
3233
</p>
3334
</div>
3435
</body>

0 commit comments

Comments
 (0)