forked from Olav63/outils_OSM
correction requête
This commit is contained in:
parent
e84075e017
commit
3a786f0f68
@ -118,7 +118,7 @@ champ_local = {"shop": {"export_json": "Non", "FR": ""}}
|
||||
reqs.append(
|
||||
requete(
|
||||
"vendeurs_velo",
|
||||
r'nwr["shop"="bicycle"](area:aire_de_recherche); + nwr["service:bicycle:retail"="yes"](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),
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user