mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Set the default zoom level for location to 15, matching iOS and Android (#7524)
This commit is contained in:
parent
11c8e720b2
commit
f81120f35f
@ -72,7 +72,7 @@ class LocationPicker extends React.Component<IProps, IState> {
|
||||
container: 'mx_LocationPicker_map',
|
||||
style: config.map_style_url,
|
||||
center: [0, 0],
|
||||
zoom: 1,
|
||||
zoom: 15,
|
||||
});
|
||||
|
||||
try {
|
||||
|
@ -204,7 +204,7 @@ export function createMap(
|
||||
container: bodyId,
|
||||
style: styleUrl,
|
||||
center: coordinates,
|
||||
zoom: 13,
|
||||
zoom: 15,
|
||||
interactive,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user