mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Improve docs on spatial reference requirements (#14422)
This commit is contained in:
parent
b50518f6fc
commit
13fbbcf410
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ The minimum value is 100.
|
|||
|
||||
[[regionmap-settings]] `regionmap`:: Specifies additional vector layers for use in <<regionmap, Region Map>> visualizations.
|
||||
Each layer object points to an external vector file that contains a geojson FeatureCollection.
|
||||
The file must use the WGS84 coordinate reference system and only include polygons.
|
||||
The file must use the [WGS84 coordinate reference system](https://en.wikipedia.org/wiki/World_Geodetic_System) and only include polygons.
|
||||
If the file is hosted on a separate domain from Kibana, the server needs to be CORS-enabled so Kibana can download the file.
|
||||
The url field also serves as a unique identifier for the file.
|
||||
Each layer can contain multiple fields to indicate what properties from the geojson features you want to expose.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue