Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip-ci][Maps] Improve Maps intro page #44721

Merged
merged 5 commits into from
Sep 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions docs/maps/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
[role="xpack"]
[[maps]]
= Maps
= Elastic Maps

[partintro]
--

The **Maps** application enables you to parse through your geographical data at scale, with speed, and in real time. With features like multiple layers and indices in a map, plotting of raw documents, dynamic client-side styling, and global search across multiple layers, you can understand and monitor your data with ease.
Elastic Maps enables you to parse through your geographical data at scale, with speed, and in real time. With features like multiple layers and indices in a map, plotting of raw documents, dynamic client-side styling, and global search across multiple layers, you can understand and monitor your data with ease.
nreese marked this conversation as resolved.
Show resolved Hide resolved

With Elastic Maps, you can:
nreese marked this conversation as resolved.
Show resolved Hide resolved

* Upload GeoJSON files into Elasticsearch.
* Create Maps with multiple layers and indices.
nreese marked this conversation as resolved.
Show resolved Hide resolved
* <<maps-embedding, Embed>> your Map in Dashboards.
* Plot <<maps-add-elasticsearch-layer, individual documents>>.
* Use <<maps-aggregations, aggregations>> to plot any data set, no matter how large.
* Create <<maps-add-choropleth-layer, choropleth maps>>.
* <<vector-style, Customize>> your data by property, such as size, color, symbol, and rotation.
* Use <<maps-vector-style-data-driven, data driven styling>> to symbolize features from property values.
* Focus the data you want to display with <<maps-search, searches>>.

nreese marked this conversation as resolved.
Show resolved Hide resolved
[role="screenshot"]
image::maps/images/sample_data_ecommerce.png[]
Expand Down