From fa346d522f66019e2f8560b8d0773a60cb2bf6a1 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sat, 30 Aug 2025 18:58:58 +0200 Subject: [PATCH] up popup info ville --- src/Service/FollowUpService.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Service/FollowUpService.php b/src/Service/FollowUpService.php index 30fa02c..6efd580 100644 --- a/src/Service/FollowUpService.php +++ b/src/Service/FollowUpService.php @@ -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'], ]; } }