Skip to content

Commit

Permalink
Merge pull request #4686 from camptocamp/streetview
Browse files Browse the repository at this point in the history
Use the new Google API key
  • Loading branch information
sbrunner committed Feb 26, 2019
2 parents 420f56d + 4a2a321 commit 1ff6f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop_alt/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
</gmf-displayquerygrid>
</footer>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,default-3.6,Array.prototype.includes,Object.entries"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3&key=AIzaSyCYnqxEQA5sz13sWSgMr97ejzvUeGP8gz4"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3&key=AIzaSyA3NVIy-HOYT0a0CkChA6nFwqEFqHYWBVk"></script>
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
<script src="<%= htmlWebpackPlugin.files.chunks[chunk].entry %>"></script>
<% } %>
Expand Down
2 changes: 1 addition & 1 deletion examples/googlestreetview.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<label for="checkbox-dummy"> Dummy tool</label>
</div>
</div>
<script src="https://maps.googleapis.com/maps/api/js?v=3&key=AIzaSyCYnqxEQA5sz13sWSgMr97ejzvUeGP8gz4"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3&key=AIzaSyA3NVIy-HOYT0a0CkChA6nFwqEFqHYWBVk"></script>

</body>
</html>

0 comments on commit 1ff6f73

Please sign in to comment.