sélection de bus, commande pour enlever les villes dupliquées

This commit is contained in:
Tykayn 2025-07-14 13:13:52 +02:00 committed by tykayn
parent 6399e1f218
commit ae8b15e54c
3 changed files with 101 additions and 3 deletions

View file

@ -193,7 +193,7 @@
'charging_station': 'nwr["amenity"="charging_station"](area.searchArea);',
'bicycle_parking' : 'nwr["amenity"="bicycle_parking"](area.searchArea);',
'toilets': 'nwr["amenity"="toilets"](area.searchArea);',
'bus_stop': 'nwr["highway"="bus_stop"](area.searchArea);',
'bus_stop': 'nwr["highway"="bus_stop"](area.searchArea);nwr["public_transport"="platform"](area.searchArea);',
'defibrillator': 'nwr["emergency"="defibrillator"](area.searchArea);',
'camera': 'nwr["man_made"="surveillance"](area.searchArea);',
'recycling': 'nwr["amenity"="recycling"](area.searchArea);',