Skip to content
Snippets Groups Projects
Commit 3114848a authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

Merge branch 'feat/scrolling-address-search' into 'dev'

increase of limit for address search

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server!59
parents 4e241459 a2112e0b
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