Added geocode engine configuration information (#9330)

* Added geocode engine config

* Update World-Map.md

* Update World-Map.md
This commit is contained in:
brianatlarge
2018-10-17 12:13:04 -04:00
committed by Neil Lathwood
parent 417e518ae2
commit d8981f0f44

View File

@ -56,6 +56,11 @@ $config['leaflet']['default_zoom'] = 8;
$config['leaflet']['group_radius'] = 1; // Device grouping radius in KM default 80KM
```
### Geocode engine config
```php
$config['geoloc']['engine'] = "google";// Valid options are google or mapquest
$config['geoloc']['api_key'] = "abcdefghijklmnopqrstuvwxyz";
```
### Jquery-Mapael config
Further custom options are available to load different maps of the world, set default coordinates of where the map will zoom and the zoom level by default. An example of
this is: