forked from friendica/friendica-addons
Brought readme up to date
This commit is contained in:
parent
7ec4923c34
commit
174296d496
|
@ -16,15 +16,12 @@ Support the OpenStreetMap community and share the load.
|
||||||
|
|
||||||
___ Configuration ___
|
___ Configuration ___
|
||||||
|
|
||||||
Open the .htconfig.php file and add "openstreetmap" to the list of activated
|
Activate the plugin from your admin panel.
|
||||||
addons.
|
|
||||||
$a->config['system']['addon'] = "openstreetmap, ..."
|
|
||||||
|
|
||||||
You have to add two configuration variables for the addon:
|
You can now add a Tile Server and default zoom level in the plugin settings
|
||||||
$a->config['openstreetmap']['tmsserver'] = 'http://www.openstreetmap.org/';
|
page of your admin panel.
|
||||||
$a->config['openstreetmap']['zoom'] = '18';
|
|
||||||
|
|
||||||
The *tmsserver* points to the tile server you want to use. Use the full URL,
|
The Time Server URL points to the tile server you want to use. Use the full URL,
|
||||||
with protocol (http/s) and trailing slash. You can configure the default zoom
|
with protocol (http/s) and trailing slash. You can configure the default zoom
|
||||||
level on the map with *zoom*. 1 will show the whole world and 18 is the highest
|
level on the map in the Default Zoom box. 1 will show the whole world and 18 is the highest
|
||||||
zoom level available.
|
zoom level available.
|
||||||
|
|
Loading…
Reference in a new issue