Skip to content

Commit

Permalink
Change BingMap to GoogleMap
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Dec 7, 2024
1 parent 794dd0f commit 7ba5983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default (req, res) => {
const mapSize = '500x400';
const fmt = 'jpg';
const scale = 2;
const zoom = 4;
const zoom = 2;

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

0 comments on commit 7ba5983

Please sign in to comment.