Description
Kibana version: 7.1.1
Elasticsearch version: 8.0
Server OS version: ?
Browser version: Version 77.0.3865.90 (Official Build) (64-bit)
Browser OS version: Ubuntu 18.04
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
Using a WMS does not allow the map to zoom more than level 10. I've setup an OpenMapTiles server, and pointed my kibana maps at it - but it still will not zoom past level 10. Digging in the javascript some, and observe that 'leaflet' loads first with the default 'elastic' hosted map, which internally sets the max zoom - and never gets overwritten.
Steps to reproduce:
- Make Map visualization
- Set custom WMS server & style
- Apply changes
- Attempt to zoom past level 10
Expected behavior:
Zooms past level 10.
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
Activity