mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
up popup info ville
This commit is contained in:
parent
2665adc897
commit
fa346d522f
1 changed files with 6 additions and 6 deletions
|
@ -490,15 +490,15 @@ class FollowUpService
|
|||
'fire_hydrant' => ['ref', 'colour'],
|
||||
'charging_station' => ['charging_station:output', 'capacity'],
|
||||
'toilets' => ['wheelchair', 'access'],
|
||||
'bus_stop' => ['shelter', 'network', 'highway', 'public_transport'],
|
||||
'bus_stop' => ['shelter', 'highway', 'public_transport'],
|
||||
'defibrillator' => ['indoor', 'access'],
|
||||
'camera' => ['surveillance:type'],
|
||||
'recycling' => ['recycling_type'],
|
||||
'substation' => ['substation'],
|
||||
'laboratory' => ['website', 'contact:website', 'name', 'phone'],
|
||||
'laboratory' => ['website', 'contact:website', 'name', 'phone', 'contact:phone', 'email', 'contact:email'],
|
||||
'school' => ['ref:UAI', 'isced:level', 'school:FR'],
|
||||
'police' => ['phone', 'website'],
|
||||
'healthcare' => ['name', 'contact:phone', 'phone', 'email', 'contact:email'],
|
||||
'police' => ['phone', 'website', 'contact:phone', 'contact:website', 'email', 'contact:email'],
|
||||
'healthcare' => ['name', 'contact:phone', 'phone', 'email', 'contact:email', 'website', 'contact:website'],
|
||||
'bicycle_parking' => ['capacity', 'covered'],
|
||||
'advertising_board' => ['operator'],
|
||||
'building' => ['building'],
|
||||
|
@ -510,11 +510,11 @@ class FollowUpService
|
|||
'drinking_water' => ['covered', 'ref'],
|
||||
'tree' => ['species', 'leaf_type', 'leaf_cycle'],
|
||||
'power_pole' => ['ref', 'material'],
|
||||
'places' => ['name', 'address', 'opening_hours', 'website', 'phone', 'wheelchair', 'siret'],
|
||||
'places' => ['name', 'address', 'opening_hours', 'website', 'phone', 'wheelchair', 'ref:FR:SIRET', 'contact:phone', 'contact:email', 'contact:website'],
|
||||
'manhole' => ['manhole', 'location'],
|
||||
'little_free_library' => ['amenity', 'operator'],
|
||||
'playground' => ['playground', 'operator'],
|
||||
'restaurant' => ['contact:phone', 'cuisine'],
|
||||
'restaurant' => ['contact:phone', 'phone', 'contact:email', 'email', 'contact:website', 'website', 'cuisine', 'ref:FR:SIRET'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue