# Geographical Map on Timeline

**URL:** https://discuss.elastic.co/t/geographical-map-on-timeline/224267
**Category:** Kibana
**Created:** [March 19, 2020, 12:59pm UTC](https://discuss.elastic.co/t/geographical-map-on-timeline/224267 "2020-03-19T12:59:05Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [March 19, 2020, 12:59pm UTC](https://discuss.elastic.co/t/geographical-map-on-timeline/224267/1 "2020-03-19T12:59:05Z")

</div>

I have certain geographic data that is tied to a date time stamp. Is there a way to somehow show a route map or show a timeline of geographical areas? Like person A went from NYC to Boston to LA to Washington etc?

---

<div class="post-metadata">

### Author: ![thomasneirynck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thomasneirynck/32/23313_2.png) [@thomasneirynck](https://discuss.elastic.co/u/thomasneirynck)
#### Post date: [March 19, 2020, 1:24pm UTC](https://discuss.elastic.co/t/geographical-map-on-timeline/224267/2 "2020-03-19T13:24:59Z")

</div>

@adwaitjoshi

it depends on how your data is modeled.

If that "route" is represented as a Linestring in a `geo_shape` field ([https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-shape.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-shape.html)), you can map that trajectory on the Map.

If your data is modeled as individual points (each doc = one point at a location in time), you can plot those points still and filter using the global timefilter of kibana. The "route" would be a sequence of points. This blog might be a good intro for that: [https://www.elastic.co/blog/hiking-the-pacific-crest-trail-with-the-elastic-stack-part-3-mission-complete](https://www.elastic.co/blog/hiking-the-pacific-crest-trail-with-the-elastic-stack-part-3-mission-complete)

---

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [March 19, 2020, 5:47pm UTC](https://discuss.elastic.co/t/geographical-map-on-timeline/224267/3 "2020-03-19T17:47:26Z")

</div>

My situation is the latter however in the blog post he is using google routes, and then he has a tab of GIS on Kibana. Which I dont see, is that a platinum license?

---

<div class="post-metadata">

### Author: ![thomasneirynck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thomasneirynck/32/23313_2.png) [@thomasneirynck](https://discuss.elastic.co/u/thomasneirynck)
#### Post date: [March 19, 2020, 6:02pm UTC](https://discuss.elastic.co/t/geographical-map-on-timeline/224267/4 "2020-03-19T18:02:58Z")

</div>

yes. If you download latest Kibana (7.x), you'll find the Maps app. [https://www.elastic.co/guide/en/kibana/current/maps.html](https://www.elastic.co/guide/en/kibana/current/maps.html)

Those latter screenshots are taking from that application.

The license for Maps is basic, so it's free.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 16, 2020, 6:02pm UTC](https://discuss.elastic.co/t/geographical-map-on-timeline/224267/5 "2020-04-16T18:02:59Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
