mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
sélection de bus, commande pour enlever les villes dupliquées
This commit is contained in:
parent
6399e1f218
commit
ae8b15e54c
3 changed files with 101 additions and 3 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue