remove .php from nomserver in config to fix created links #1462
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ return [
|
|||
'tmsserver' => 'https://www.openstreetmap.org',
|
||||
|
||||
// nomserver (String)
|
||||
'nomserver' => 'https://nominatim.openstreetmap.org/search.php',
|
||||
'nomserver' => 'https://nominatim.openstreetmap.org/search',
|
||||
|
||||
// zoom (Integer)
|
||||
// The default zoom level on the map.
|
||||
|
|
Loading…
Add table
Reference in a new issue