2018-06-28 03:18:19 +00:00
|
|
|
<?php return <<<INI
|
|
|
|
|
|
|
|
; Warning: Don't change this file! It only holds the default config values for this addon.
|
2018-07-12 02:56:52 +00:00
|
|
|
; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
|
2018-06-28 03:18:19 +00:00
|
|
|
|
|
|
|
[openstreetmap]
|
|
|
|
; tmsserver (String)
|
|
|
|
; This points to the tile server you want to use. Use the full URL, with protocol (http/s) and trailing slash.
|
|
|
|
tmsserver = https://www.openstreetmap.org
|
|
|
|
|
|
|
|
; nomserver (String)
|
|
|
|
nomserver = https://nominatim.openstreetmap.org/search.php
|
|
|
|
|
|
|
|
; zoom (Integer)
|
|
|
|
; The default zoom level on the map.
|
|
|
|
; 1 will show the whole world and 18 is the highest zoom level available.
|
|
|
|
zoom = 16
|
|
|
|
|
|
|
|
; marker (Integer)
|
|
|
|
marker = 0
|
|
|
|
|
|
|
|
INI;
|
|
|
|
//Keep this line
|