We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87eba7a commit 384669dCopy full SHA for 384669d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-location-history-player",
3
- "version": "0.6.0-0",
+ "version": "0.6.0",
4
"private": true,
5
"dependencies": {
6
"google-map-react": "^0.29.0",
src/helpers/constants.js
@@ -2,7 +2,7 @@
export const SCALAR_E7 = 0.0000001;
//google-map-react
-export const GM_ZOOM = 11;
+export const GM_ZOOM = 13;
export const GM_CENTER_LAT = 37.7657;
7
export const GM_CENTER_LNG = -122.4469;
8
export const GM_KEY = 'AIzaSyBCMMT6VTHOjw2pyT_jTLQ8ga4xGkfydGI';
0 commit comments