I'm trying to get offline maps working in Kibana, but running into problems. For context, I want a standard OSM style base map, similar to the default base map, that doesn’t require an internet connection. I’ve tried a couple of things so far:
- EMS docker image, as described here: Elastic Maps Server | Elastic
- Am working locally, on the free version of Elastic, so do not have appropriate license level.
- Self-hosted Base Maps
-
I’ve set up a MapTiler Server and imported the mbtiles files.
-
Setting map.tilemap.url:http://localhost:3650/api/tiles/maptiler-satellite/{z}/{x}/{y} works for rasta tiles, however, when I try with vector tiles I get a blank map (no errors in console).
-
Open Street Maps are provided as vector tiles, and it does state in the blog that tiles must be rasta, but these are a little dated, so I was wondering whether any changes had been made since then.
Thanks in advance!