# Can't visualize geo\_point in nested format

**URL:** https://discuss.elastic.co/t/cant-visualize-geo-point-in-nested-format/81759
**Category:** Kibana
**Created:** [April 10, 2017, 7:34am UTC](https://discuss.elastic.co/t/cant-visualize-geo-point-in-nested-format/81759 "2017-04-10T07:34:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![higee](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/higee/32/22343_2.png) [@higee](https://discuss.elastic.co/u/higee)
#### Post date: [April 10, 2017, 7:34am UTC](https://discuss.elastic.co/t/cant-visualize-geo-point-in-nested-format/81759/1 "2017-04-10T07:34:28Z")

</div>

Hi,

I have problem visualizing geo data with Kibana.  
Below is my mapping configuration.

```
   {
  "mongo": { 
    "mappings": { 
      "order": {
        "properties": {                  
          "ord_end_location": {
            "type": "nested",
            "properties": {
              "coordinates": {
                "type": "geo_point"
              },
              "type": {
                "type": "keyword"
              }
            }
          },
          "ord_sa_location": {
            "type": "nested",
            "properties": {
              "coordinates": {
                "type": "geo_point"
              },
              "type": {
                "type": "keyword"
              }
            }
         }
       }
     }
   }
 }
}

```

Just in case I have following data in my index.

![](https://us1.discourse-cdn.com/elastic/original/3X/a/a/aaa53798aed2e0a9a712eb4f7fe9a34f6291fe9c.png)

After inserting data, I went to `visualize` section.

 ![](https://us1.discourse-cdn.com/elastic/original/3X/4/c/4c7e2f44a904c35e61c78b65e1ec2b50875b8a76.png)

The problem here is after selecting one of the fields listed, map returns white screen as can be seen below.

 ![](https://us1.discourse-cdn.com/elastic/original/3X/2/1/21d39663506797eb8db657f7a511958a15579c29.png)

Any comment or feedback would be appreciated.

Best

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [April 10, 2017, 9:12am UTC](https://discuss.elastic.co/t/cant-visualize-geo-point-in-nested-format/81759/2 "2017-04-10T09:12:22Z")

</div>

KB doesn't currently support nested fields unfortunately.

---

<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: [May 8, 2017, 9:21am UTC](https://discuss.elastic.co/t/cant-visualize-geo-point-in-nested-format/81759/3 "2017-05-08T09:21:49Z")

</div>

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