lien de modification dans le graphe détaillé

This commit is contained in:
Tykayn 2025-07-05 16:34:37 +02:00 committed by tykayn
parent 68c9ed283b
commit c5bf83a4f8
3 changed files with 29 additions and 6 deletions

View file

@ -574,6 +574,8 @@ final class AdminController extends AbstractController
'tags' => ['main_tag' => $place->getMainTag()],
'is_complete' => !empty($place->getName()),
'osm_url' => 'https://www.openstreetmap.org/' . $place->getOsmKind() . '/' . $place->getOsmId(),
'uuid' => $place->getUuidForUrl(),
'zip_code' => $place->getZipCode(),
];
}
}