Feat: correction Map pour afficher le nom au lieu de l'adresse + Update README

This commit is contained in:
Amaël Kesteman
2025-12-15 13:51:14 +01:00
parent 5271fe1f54
commit 41b2b58102
2 changed files with 11 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ const region = {
<Marker
key = {chantier.id}
coordinate={{ latitude: chantier.latitude, longitude: chantier.longitude}}
title={chantier.adresse}
title={chantier.name}
description={chantier.etat}
/>
))}