nominatim: zoom for reverse

pull/221/head
Varun Patil 2022-11-07 16:01:48 -08:00
parent 134c95d35a
commit 660f7e3f5b
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ export default class Metadata extends Mixins(GlobalMixin) {
const state = this.state; const state = this.state;
const n = await axios.get( const n = await axios.get(
`https://nominatim.openstreetmap.org/reverse?lat=${lat}&lon=${lon}&format=json` `https://nominatim.openstreetmap.org/reverse?lat=${lat}&lon=${lon}&format=json&zoom=18`
); );
if (state !== this.state) return; if (state !== this.state) return;
this.nominatim = n.data; this.nominatim = n.data;