# Tilemap & geo coordinates shows no results although index seems to be correct

**URL:** https://discuss.elastic.co/t/tilemap-geo-coordinates-shows-no-results-although-index-seems-to-be-correct/35463
**Category:** Kibana
**Created:** [November 24, 2015, 3:15pm UTC](https://discuss.elastic.co/t/tilemap-geo-coordinates-shows-no-results-although-index-seems-to-be-correct/35463 "2015-11-24T15:15:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![stonemaster](https://avatars.discourse-cdn.com/v4/letter/s/49beb7/32.png) [@stonemaster](https://discuss.elastic.co/u/stonemaster)
#### Post date: [November 24, 2015, 3:15pm UTC](https://discuss.elastic.co/t/tilemap-geo-coordinates-shows-no-results-although-index-seems-to-be-correct/35463/1 "2015-11-24T15:15:43Z")

</div>

I have events which contain a `geoLocation` sub structure:

```auto
{
...
 "geoLocation": {
    "lat": 12,
    "lon": -12
 }
...
}

```

I create a mapping which specifies `geoLocation` as a `geo_point`. This is also correctly shown in the Kibana frontend in the `Indices` settings. If I try to create a tile map using these geo coordinates (`geoLocation` field is also shown as a possibility in the drop down) I always get _no results found_.

In the overview tab I verified that `geoLocation` is correctly shown a `geo_point` field. Any ideas?

---

<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 6, 2017, 2:08pm UTC](https://discuss.elastic.co/t/tilemap-geo-coordinates-shows-no-results-although-index-seems-to-be-correct/35463/2 "2017-07-06T14:08:22Z")

</div>


