Describe the feature:
Users can define custom raster tile services for the Maps app in kibana.yml or via the UI. We should extend this to support custom vector tile services.
Describe a specific use case for the feature:
A user in an air-gapped environment may wish to display basemaps from their own internal vector tile service. The Mapbox Style Specification is likely the most common use case for defining styles and data for vector tiles. So a user may only need provide a custom URL to a JSON object that matches the specification.
Describe the feature:
Users can define custom raster tile services for the Maps app in
kibana.ymlor via the UI. We should extend this to support custom vector tile services.Describe a specific use case for the feature:
A user in an air-gapped environment may wish to display basemaps from their own internal vector tile service. The Mapbox Style Specification is likely the most common use case for defining styles and data for vector tiles. So a user may only need provide a custom URL to a JSON object that matches the specification.