# Geo\_point data does not show in coordinate map

**URL:** https://discuss.elastic.co/t/geo-point-data-does-not-show-in-coordinate-map/188174
**Category:** Kibana
**Tags:** elastic-stack-graph
**Created:** [June 30, 2019, 5:47am UTC](https://discuss.elastic.co/t/geo-point-data-does-not-show-in-coordinate-map/188174 "2019-06-30T05:47:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mehdi\_Alisoltani](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mehdi_alisoltani/32/49088_2.png) [@Mehdi\_Alisoltani](https://discuss.elastic.co/u/Mehdi_Alisoltani)
#### Post date: [June 30, 2019, 5:47am UTC](https://discuss.elastic.co/t/geo-point-data-does-not-show-in-coordinate-map/188174/1 "2019-06-30T05:47:13Z")

</div>

I have an application which publishes some data into the elasticsearch. The is a field with the type geo\_point with the following format

```
 "location": {
      "type": "geo_point"
    }

```

and some other fields

then, latitude and longitude are sent to elastic with the format _lat,long_ e.g. 3.443,41,44

I want to visualize the data with the coordinate map. In section **Buckets** of coordinate map I choose the **Geo Coordinates** from the drop down list  
**Aggregation** I select the **geohash** ( just one possible option) and then Kibana shows the following message

**No Compatible Fields:** The myIndex index pattern does not contain any of the following field types: geo\_point

please someone help me how to solve this problem.

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [July 1, 2019, 2:51am UTC](https://discuss.elastic.co/t/geo-point-data-does-not-show-in-coordinate-map/188174/2 "2019-07-01T02:51:46Z")

</div>

Can you please share the entire mapping of the `myIndex`index from Elasticsearch? e.g. `[GET myIndex/_mapping](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html)`

Does the `myIndex` index pattern show the `location` field? Does the index pattern show `geo_point` as the type for the `location` field?

---

<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: [July 29, 2019, 3:03am UTC](https://discuss.elastic.co/t/geo-point-data-does-not-show-in-coordinate-map/188174/3 "2019-07-29T03:03:40Z")

</div>

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