create niminatim service and install verta package

This commit is contained in:
2024-02-17 11:07:56 +00:00
parent 917ebfeb7c
commit 25c33eb478
7 changed files with 415 additions and 36 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace App\Services;
class NominatimService
{
public function get_way_id_from_nominatim(): string
{
return 0;
}
}