Skip to content
Snippets Groups Projects

increase of limit for address search

Merged Antonin COQUET requested to merge feat/scrolling-address-search into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -162,7 +162,7 @@ export class StructuresService {
const req =
'https://download.data.grandlyon.com/geocoding/photon-bal/api?q=' +
data.searchQuery +
'&lat=45.75&lon=4.85&lang=fr&limit=5&osm_tag=:!construction&osm_tag=:!bus_stop';
'&lat=45.75&lon=4.85&lang=fr&limit=50&osm_tag=:!construction&osm_tag=:!bus_stop';
return new Promise((resolve, reject) => {
this.httpService
.request({
Loading