remove .php from openstreetmap server in config to fix created links

pull/1462/head
Hannes Heute 2024-02-02 14:08:06 +01:00
parent 2452b05cc5
commit c9f985d842
1 changed files with 1 additions and 1 deletions

View File

@ -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.