Skip to content

Commit 7ba5983

Browse files
committed
Change BingMap to GoogleMap
1 parent 794dd0f commit 7ba5983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default (req, res) => {
6060
const mapSize = '500x400';
6161
const fmt = 'jpg';
6262
const scale = 2;
63-
const zoom = 4;
63+
const zoom = 2;
6464

6565
const apiKeys = (process.env.GOOGLE_MAP_API_KEY || '').split(',');
6666
const apiKey = apiKeys[Math.floor(Math.random() * apiKeys.length)];

0 commit comments

Comments
 (0)