Improve OSM search

This commit is contained in:
Edward Betts 2021-07-11 17:18:45 +02:00
parent 7c075227d7
commit 5a42e100c7
4 changed files with 329 additions and 58 deletions

View file

@ -23,6 +23,8 @@
startZoom: {{ zoom }},
startRadius: {{ radius | tojson }},
username: {{ username | tojson }},
startMode: {{ mode | tojson }},
q: {{ q | tojson }},
};
const app = createApp(App, props).mount('#app');