Skip to content

Commit

Permalink
Merge pull request #186 from letsdoitworld/fix185
Browse files Browse the repository at this point in the history
google maps: use current release version 3.31
  • Loading branch information
lynxlynxlynx committed Mar 30, 2018
2 parents 40d42d4 + 6f8a17c commit 0cf7954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700" rel="stylesheet">
<script src="https://maps.googleapis.com/maps/api/js?v=3.27&libraries=places,geometry&key=AIzaSyD0AC9TcY3xdmRsc_atlSHRreEbnEbxPEA"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.31&libraries=places,geometry&key=AIzaSyD0AC9TcY3xdmRsc_atlSHRreEbnEbxPEA"></script>
<title>World Cleanup</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion web-app/src/shared/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const GOOGLE_MAPS_API_KEY = 'AIzaSyD0AC9TcY3xdmRsc_atlSHRreEbnEbxPEA';
export const googleMapURL = `https://maps.googleapis.com/maps/api/js?v=3.27&libraries=places,geometry&key=${GOOGLE_MAPS_API_KEY}`;
export const googleMapURL = `https://maps.googleapis.com/maps/api/js?v=3.31&libraries=places,geometry&key=${GOOGLE_MAPS_API_KEY}`;
export const DEFAULT_ZOOM_LEVEL = 18;
export const NO_PERMISSION_ZOOM_LEVEL = 9;
export const ESTONIA_CENTER_COORDINATES = { lat: 58.5953, lng: 25.0136 };
Expand Down

0 comments on commit 0cf7954

Please sign in to comment.