From 262a15158e4799316ef9def5c9f00a1daf40d268 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 14 Jan 2022 12:00:02 +0000 Subject: [PATCH] Set initial zoom level to 1 to make zooming to location faster --- src/components/views/location/LocationPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/location/LocationPicker.tsx b/src/components/views/location/LocationPicker.tsx index c88eb8850cb..e02879017da 100644 --- a/src/components/views/location/LocationPicker.tsx +++ b/src/components/views/location/LocationPicker.tsx @@ -74,7 +74,7 @@ class LocationPicker extends React.Component { container: 'mx_LocationPicker_map', style: config.map_style_url, center: [0, 0], - zoom: 15, + zoom: 1, }); try {