nominatim: zoom for reverse
parent
134c95d35a
commit
660f7e3f5b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue