mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[docs] Link troubleshooting info for Elastic Maps Service (#96231)
This commit is contained in:
parent
cbc0fa0289
commit
0fdb533ed6
1 changed files with 6 additions and 3 deletions
|
@ -44,10 +44,13 @@ Increase <<settings, `server.maxPayloadBytes`>> for large index patterns.
|
|||
* Ensure fill color and border color are distinguishable from map tiles. It's hard to see white features on a white background.
|
||||
|
||||
[float]
|
||||
==== Tiles are not displayed
|
||||
==== Elastic Maps Service basemaps are not displayed
|
||||
*Maps* uses tile and vector data from Elastic Maps Service by default. See <<maps-connect-to-ems, Connect to Elastic Maps Service>> for more info.
|
||||
|
||||
* Ensure your tile server has configured https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS[Cross-Origin Resource Sharing (CORS)] so tile requests from your Kibana domain have permission to access your tile server domain.
|
||||
* Ensure tiles have the required coordinate system. Vector data must use EPSG:4326 and tiles must use EPSG:3857.
|
||||
[float]
|
||||
==== Custom tiles are not displayed
|
||||
* When using a custom tile service, ensure your tile server has configured https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS[Cross-Origin Resource Sharing (CORS)] so tile requests from your {kib} domain have permission to access your tile server domain.
|
||||
* Ensure custom vector and tile services have the required coordinate system. Vector data must use EPSG:4326 and tiles must use EPSG:3857.
|
||||
|
||||
[float]
|
||||
==== Coordinate and region map visualizations not available in New Visualization menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue