Places: Set default zoom to 12
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
10f3c11c61
commit
7e137e4ebd
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
const pos = this.startPos();
|
||||
const query = this.$route.query;
|
||||
const q = query['q'] ? query['q'] : "";
|
||||
const zoom = query['zoom'] ? parseInt(query['zoom']) : 15;
|
||||
const zoom = query['zoom'] ? parseInt(query['zoom']) : 12;
|
||||
const dist = this.getDistance(zoom);
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue