Skip to content
Snippets Groups Projects
Commit a2112e0b authored by Antonin COQUET's avatar Antonin COQUET
Browse files

increase of limit for address search

parent 4e241459
No related branches found
No related tags found
3 merge requests!96release V1.10.0,!62Dev,!59increase of limit for address search
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment