Skip to content

Commit

Permalink
remove incorrect config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Jan 21, 2020
1 parent b0af1bf commit 0dae0ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 12 additions & 10 deletions docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -229,23 +229,25 @@ Kibana, the server needs to be CORS-enabled so Kibana can download the file.
The following example shows a valid regionmap configuration.
+
--
map.regionmap:
map
includeElasticMapsService: false
layers:
- name: "Departments of France"
url: "http://my.cors.enabled.server.org/france_departements.geojson"
attribution: "INRAP"
fields:
- name: "department"
regionmap:
layers:
- name: "Departments of France"
url: "http://my.cors.enabled.server.org/france_departements.geojson"
attribution: "INRAP"
fields:
- name: "department"
description: "Full department name"
- name: "INSEE"
- name: "INSEE"
description: "INSEE numeric identifier"
--

[[regionmap-ES-map]]`map.regionmap.includeElasticMapsService:`:: Turns on or off
[[regionmap-ES-map]]`map.includeElasticMapsService:`:: Turns on or off
whether layers from the Elastic Maps Service should be included in the vector
layer option list. Supported on Elastic Cloud Enterprise. By turning this off,
only the layers that are configured here will be included. The default is `true`.
only the layers that are configured here will be included. The default is `true`.
This also affects whether tile-service from the Elastic Maps Service will be available.

[[regionmap-attribution]]`map.regionmap.layers[].attribution:`:: Optional.
References the originating source of the geojson file. Supported on {ece}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ kibana_vars=(
path.data
pid.file
regionmap
regionmap.includeElasticMapsService
server.basePath
server.customResponseHeaders
server.defaultRoute
Expand Down

0 comments on commit 0dae0ba

Please sign in to comment.