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 6, 2024
1 parent 4d55b9d commit 2c3a42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default (req, res) => {
return res.status(400).json({ error: 'Missing latitude, longitude, or language' });
}

const mapSize = '600x300';
const mapSize = '500x400';
const fmt = 'jpg';
const scale = 2;
const zoom = 4;
Expand Down
3 changes: 2 additions & 1 deletion frontend/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@

.jn-map-image {
width: 100%;
height: 200px;
height: 180px;
object-fit: cover;
object-position: center;
border-radius: 0;
overflow: hidden;
}

.jn-navbar-top {
Expand Down

0 comments on commit 2c3a42a

Please sign in to comment.