# Maps, Geoshapes, Geopoints

**URL:** https://discuss.elastic.co/t/maps-geoshapes-geopoints/293906
**Category:** Kibana
**Created:** [January 10, 2022, 3:30pm UTC](https://discuss.elastic.co/t/maps-geoshapes-geopoints/293906 "2022-01-10T15:30:29Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![androsteve](https://avatars.discourse-cdn.com/v4/letter/a/c37758/32.png) [@androsteve](https://discuss.elastic.co/u/androsteve)
#### Post date: [January 10, 2022, 3:30pm UTC](https://discuss.elastic.co/t/maps-geoshapes-geopoints/293906/1 "2022-01-10T15:30:30Z")

</div>

I'm new to Elasticsearch and Kibana.

I've created 2 indexes.  
1 - Customers containing geo\_point and name of location they purchased from  
2 - Locations containing geo\_point and name of location

I'm able to plot 2 layers to a map in Kibana and see all of my customers and locations.

My goal is I'm trying to figure out how I can add a 3rd layer or some way to visualize a 50 or 100 mile radius around my location.

I think I should be looking at a polygon geo shape, but what tools are used to generate this shape? Or am I totally missing something?

A point in the right direction would be appreciated.

---

<div class="post-metadata">

### Author: ![Nathan\_Reese](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nathan_reese/32/84829_2.png) [@Nathan\_Reese](https://discuss.elastic.co/u/Nathan_Reese)
#### Post date: [January 10, 2022, 7:11pm UTC](https://discuss.elastic.co/t/maps-geoshapes-geopoints/293906/2 "2022-01-10T19:11:18Z")

</div>

What are you trying to do with the radius around locations? How many locations do you have?

What version of Kibana are you using? Starting in 7.14, there is a "drawing" layer where you can draw shapes on the map. One such shape is a circle, so you could manually draw a circle around your location. To get started with a drawing layer, click "Add layer" button. Then select "Create index" card. Enter an index name and click "Create index". After that, there are some controls for drawing features on a map. Once drawn, the features are saved in Elasticseach.

---

<div class="post-metadata">

### Author: ![androsteve](https://avatars.discourse-cdn.com/v4/letter/a/c37758/32.png) [@androsteve](https://discuss.elastic.co/u/androsteve)
#### Post date: [January 10, 2022, 9:12pm UTC](https://discuss.elastic.co/t/maps-geoshapes-geopoints/293906/3 "2022-01-10T21:12:40Z")

</div>

I am trying to give a visual representation of how many customers are within x number of miles from a location.

I envision:  
layer 1 - Office Locations using red markers ( about 30 locations in index)  
layer 2 - Customer Addresses using blue marker ( about 10,000 customers in index)  
layer 3 - semi transparent circle with a center point of the office location, spanning out 150 miles from the center.

A few weeks ago I have installed Elasticsearch 7.15.2 with Kibana 7.15.2

I have followed your instructions and am able to freely draw lines, but my ideal layout is s circle based off a geoshape stretching out to the x mile coverage zone.

 ![2022-01-10 16_12_27-h7YzX.png (538×667)](https://us1.discourse-cdn.com/elastic/original/3X/7/b/7bcf2a72920c1b07c1537c376ac24e06a63f12ee.jpeg)

---

<div class="post-metadata">

### Author: ![Nathan\_Reese](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nathan_reese/32/84829_2.png) [@Nathan\_Reese](https://discuss.elastic.co/u/Nathan_Reese)
#### Post date: [January 11, 2022, 1:22pm UTC](https://discuss.elastic.co/t/maps-geoshapes-geopoints/293906/4 "2022-01-11T13:22:40Z")

</div>

you can draw circles by selecting the circle icon

 ![Screen Shot 2022-01-11 at 8.22.01 AM](https://us1.discourse-cdn.com/elastic/original/3X/d/8/d8a13e9fba6f71deb0d7e1e08d0b739c67cb587b.jpeg)

---

<div class="post-metadata">

### Author: ![androsteve](https://avatars.discourse-cdn.com/v4/letter/a/c37758/32.png) [@androsteve](https://discuss.elastic.co/u/androsteve)
#### Post date: [January 11, 2022, 3:36pm UTC](https://discuss.elastic.co/t/maps-geoshapes-geopoints/293906/5 "2022-01-11T15:36:46Z")

</div>

Hi, thanks. Is there any docs or video demonstrations on this feature? I was able to draw one circle and then it become unusable. Couldnt edit, remove or add another. The one hope I got out of it is that I see it did create an index with a geoshape. I'm hoping that if I can generate my shape with the correct distance in python, I can add it to the index here.

---

<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: [February 8, 2022, 3:37pm UTC](https://discuss.elastic.co/t/maps-geoshapes-geopoints/293906/6 "2022-02-08T15:37:14Z")

</div>

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