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

@ -340,7 +340,7 @@ class FollowUpService
'fire_hydrant' => 'nwr["emergency"="fire_hydrant"](area.searchArea);',
'charging_station' => 'nwr["amenity"="charging_station"](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);',
@ -485,7 +485,7 @@ class FollowUpService
'fire_hydrant' => ['ref', 'colour'],
'charging_station' => ['charging_station:output', 'capacity'],
'toilets' => ['wheelchair', 'access'],
'bus_stop' => ['shelter', 'network'],
'bus_stop' => ['shelter', 'network', 'highway', 'public_transport'],
'defibrillator' => ['indoor', 'access'],
'camera' => ['surveillance:type'],
'recycling' => ['recycling_type'],