up recherche home avec nominatim
This commit is contained in:
parent
7f79ec3a9f
commit
c89751b45c
7 changed files with 601 additions and 220 deletions
|
@ -1967,7 +1967,7 @@ final class AdminController extends AbstractController
|
|||
|
||||
// Set OSM object type and OSM ID from the Place
|
||||
$demande->setOsmObjectType($place->getOsmKind());
|
||||
$demande->setOsmId((int)$place->getOsmId());
|
||||
$demande->setOsmId($place->getOsmId());
|
||||
|
||||
$this->entityManager->persist($demande);
|
||||
$this->entityManager->flush();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue