Hi there,
I want to have a street-level (specifically, of London) Coordinate map in Kibana 6.2.4.
I saw that the default zoom is 10, and I tried to update it in kibana.yml, without much success:
tilemap.options.minZoom: 1
tilemap.options.maxZoom: 20
tilemap.url: "https://tiles.elastic.co/v1/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana"
What's the correct way to do it?
Alternatively, which WMS should I use (WMS url, WMS layers, WMS version)?
Thanks!