mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Correct max/min zoom values in kibana.yml docs
The proper configuration values are camel cased post-4.1.
This commit is contained in:
parent
6d5282ff15
commit
052307e23a
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ dashboards. Kibana creates a new index if the index doesn’t already exist.
|
|||
[[tilemap-settings]]`tilemap.url:`:: *Default: `"https://tiles.elastic.co/v1/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana"`* The URL to the tile
|
||||
service that Kibana uses to display map tiles in tilemap visualizations.
|
||||
added[4.5.3]
|
||||
`tilemap.options.min_zoom:`:: *Default: 1* The minimum zoom level. added[4.5.3]
|
||||
`tilemap.options.max_zoom:`:: *Default: 7* The maximum zoom level. added[4.5.3]
|
||||
`tilemap.options.minZoom:`:: *Default: 1* The minimum zoom level. added[4.5.3]
|
||||
`tilemap.options.maxZoom:`:: *Default: 7* The maximum zoom level. added[4.5.3]
|
||||
`tilemap.options.attribution:`:: *Default: `"© [Elastic Tile Service](https://www.elastic.co/elastic-tile-service)"`* The map attribution string. added[4.5.3]
|
||||
`tilemap.options.subdomains:`:: An array of subdomains used by the tile service.
|
||||
Specify the position of the subdomain the URL with the token `{s}`.added[4.5.3]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue