mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 22:23:41 +00:00
remove .php from openstreetmap server in config to fix created links
This commit is contained in:
parent
2452b05cc5
commit
c9f985d842
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ return [
|
||||||
'tmsserver' => 'https://www.openstreetmap.org',
|
'tmsserver' => 'https://www.openstreetmap.org',
|
||||||
|
|
||||||
// nomserver (String)
|
// nomserver (String)
|
||||||
'nomserver' => 'https://nominatim.openstreetmap.org/search.php',
|
'nomserver' => 'https://nominatim.openstreetmap.org/search',
|
||||||
|
|
||||||
// zoom (Integer)
|
// zoom (Integer)
|
||||||
// The default zoom level on the map.
|
// The default zoom level on the map.
|
||||||
|
|
Loading…
Reference in a new issue