986843b44e7417806c7d7e45aaf5a7818ab32691
[friendica-addons.git/.git] / openstreetmap / config / openstreetmap.ini.php
1 <?php return <<<INI
2
3 ; Warning: Don't change this file! It only holds the default config values for this addon.
4 ; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
5
6 [openstreetmap]
7 ; tmsserver (String)
8 ; This points to the tile server you want to use. Use the full URL, with protocol (http/s) and trailing slash.
9 tmsserver = https://www.openstreetmap.org
10
11 ; nomserver (String)
12 nomserver = https://nominatim.openstreetmap.org/search.php
13
14 ; zoom (Integer)
15 ; The default zoom level on the map.
16 ; 1 will show the whole world and 18 is the highest zoom level available.
17 zoom = 16
18
19 ; marker (Integer)
20 marker = 0
21
22 INI;
23 //Keep this line