Change default center and zoom to show the world on desktop

This commit is contained in:
Râu Cao 2026-01-26 17:52:14 +07:00
parent b2b03c0a38
commit 2193f935cc
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -61,8 +61,8 @@ export default class MapComponent extends Component {
});
// Default view settings
let center = [99.05738, 7.55087];
let zoom = 13.0;
let center = [14.21683569, 27.060114248];
let zoom = 2.661;
// Try to restore from localStorage
try {