ajout des vendeurs de vélos non spécialisés

This commit is contained in:
SebF 2021-10-09 10:57:23 +02:00
parent 8897764b9c
commit ab4af80601
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ champ_local = {"shop": {"export_json": "Non", "FR": ""}}
reqs.append(
requete(
"vendeurs_velo",
r'nwr["shop"="bicycle"](area:aire_de_recherche);',
r'nwr["shop"="bicycle"](area:aire_de_recherche); + nwr["service:bicycle:retail"="yes"](area:aire_de_recherche)',
dict(champ_local, **champs_poi, **champs_adresse),
)
)