Skip to content

Commit

Permalink
[7.x] [DOCS] Removed Coordinate and Region Maps (#59828) (#59909)
Browse files Browse the repository at this point in the history
* [DOCS] Removed Coordinate and Region Maps (#59828)

* [DOCS] Removed Coordinate and Region Maps

* Review comment

* Added redirect for visualize-maps

* Fixed build errors
  • Loading branch information
KOTungseth committed Mar 16, 2020
1 parent 7f908a5 commit 64a1e7f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 109 deletions.
7 changes: 6 additions & 1 deletion docs/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,9 @@ This page has moved. Please see <<get-data-in>>.
[role="exclude",id="tilemap"]
== Coordinate map

This page has moved. Please see <<coordinate-map>>.
This page has moved. Please see <<maps>>.

[role="exclude",id="visualize-maps"]
== Maps

This page has moved. Please see <<maps>>.
6 changes: 2 additions & 4 deletions docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,13 @@ requests. Supported on {ece}.
`map.includeElasticMapsService:`:: *Default: true*
To disable connections to Elastic Maps Service, set to `false`.
When `includeElasticMapsService` is turned off, only the vector layers configured by `map.regionmap`,
and the tile layer configured by `map.tilemap.url`, are available in the <<maps,Maps application>>,
<<coordinate-map,Coordinate map visualizations>>, and <<region-map,Region map visualizations>>.
and the tile layer configured by `map.tilemap.url`, are available in the <<maps,Maps application>>.

`map.proxyElasticMapsServiceInMaps:`:: *Default: false*
Set to true to proxy all <<maps,Maps application>> Elastic Maps Service requests through the {kib} server.
This setting does not impact <<coordinate-map,Coordinate map visualizations>> and <<region-map,Region map visualizations>>.

[[regionmap-settings]] `map.regionmap:`:: Specifies additional vector layers for
use in <<region-map,Region Map>> visualizations. Supported on {ece}. Each layer
use in <<maps, Maps>> visualizations. Supported on {ece}. Each layer
object points to an external vector file that contains a geojson
FeatureCollection. The file must use the
https://en.wikipedia.org/wiki/World_Geodetic_System[WGS84 coordinate reference system (ESPG:4326)]
Expand Down
7 changes: 1 addition & 6 deletions docs/user/visualize.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ data sets.
Maps::
* *<<maps,Elastic Maps>>* &mdash; Displays geospatial data in {kib}.

* *<<visualize-maps,Coordinate map>>* &mdash; Displays points on a map using a geohash aggregation.

* *<<visualize-maps,Region map>>* &mdash; Merges any structured map data onto a shape.

* *<<heat-map,Heat map>>* &mdash; Displays shaded cells within a matrix.
* <<heat-map,Heat map>>:: Display shaded cells within a matrix.

<<for-dashboard,Dashboard tools>>::

Expand Down Expand Up @@ -138,7 +134,6 @@ include::{kib-repo-dir}/visualize/most-frequent.asciidoc[]
include::{kib-repo-dir}/visualize/tsvb.asciidoc[]
include::{kib-repo-dir}/visualize/timelion.asciidoc[]

include::{kib-repo-dir}/visualize/tilemap.asciidoc[]
include::{kib-repo-dir}/visualize/heatmap.asciidoc[]

include::{kib-repo-dir}/visualize/for-dashboard.asciidoc[]
Expand Down
98 changes: 0 additions & 98 deletions docs/visualize/tilemap.asciidoc

This file was deleted.

0 comments on commit 64a1e7f

Please sign in to comment.