X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=openstreetmap%2FREADME;h=beac3a2184ef7534365411f3286795a6755b4457;hb=4533ed9a3486baecfd803bdef7d6c94092a16ad6;hp=5c731fac3c313c080e0956ad5e0f3e9d14ea6a24;hpb=c8bace61cfa20e71d5008c224cc7a6f381c249cd;p=friendica-addons.git diff --git a/openstreetmap/README b/openstreetmap/README index 5c731fac..beac3a21 100644 --- a/openstreetmap/README +++ b/openstreetmap/README @@ -16,6 +16,9 @@ Support the OpenStreetMap community and share the load. ___ Configuration ___ +If you for any reason prefer to use a configuration file instead +of the admin panels, please refer to the Alternative Configuration below. + Activate the plugin from your admin panel. You can now add a Tile Server and default zoom level in the plugin settings @@ -25,3 +28,21 @@ 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 level on the map in the Default Zoom box. 1 will show the whole world and 18 is the highest zoom level available. + + +___ Alternative Configuration ___ + +Open the .htconfig.php file and add "openstreetmap" to the list of activated +addons. + + $a->config['system']['addon'] = "openstreetmap, ..." + +You have to add two configuration variables for the addon: + + $a->config['openstreetmap']['tmsserver'] = 'http://www.openstreetmap.org/'; + $a->config['openstreetmap']['zoom'] = '18'; + +The *tmsserver* 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 +level on the map with *zoom*. 1 will show the whole world and 18 is the highest +zoom level available. \ No newline at end of file