# Draw circle or polygons in Kibana Maps

**URL:** https://discuss.elastic.co/t/draw-circle-or-polygons-in-kibana-maps/331161
**Category:** Kibana
**Tags:** maps
**Created:** [April 29, 2023, 10:16pm UTC](https://discuss.elastic.co/t/draw-circle-or-polygons-in-kibana-maps/331161 "2023-04-29T22:16:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ulpcan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ulpcan/32/120416_2.png) [@Ulpcan](https://discuss.elastic.co/u/Ulpcan)
#### Post date: [April 29, 2023, 10:16pm UTC](https://discuss.elastic.co/t/draw-circle-or-polygons-in-kibana-maps/331161/1 "2023-04-29T22:16:18Z")

</div>

Hello,

There are 2 different fields in my index:

location - geo\_point  
distance - long (we use as km)

In kibana maps I would like to visualize:

location field as a center of the circle or polygon  
distance field is the radius of that circle

I have multiple documents so there will be multiple different circles with different radiuses.

Is there a way to visualize them in Kibana maps?

Something like this: [Screenshot-from-2023-04-30-01-14-41 hosted at ImgBB — ImgBB](https://ibb.co/YdXm2gM)

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [April 29, 2023, 11:58pm UTC](https://discuss.elastic.co/t/draw-circle-or-polygons-in-kibana-maps/331161/2 "2023-04-29T23:58:36Z")

</div>

Hi @Ulpcan

Your going to need to convert those points and radii on ingest see here

> **[Circle processor | Elasticsearch Guide \[8.7\] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest-circle-processor.html)**

---

<div class="post-metadata">

### Author: ![Ulpcan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ulpcan/32/120416_2.png) [@Ulpcan](https://discuss.elastic.co/u/Ulpcan)
#### Post date: [April 30, 2023, 11:11am UTC](https://discuss.elastic.co/t/draw-circle-or-polygons-in-kibana-maps/331161/3 "2023-04-30T11:11:19Z")

</div>

Hi @stephenb

Thank you for your time and answer. 🙂

---

<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 28, 2023, 11:12am UTC](https://discuss.elastic.co/t/draw-circle-or-polygons-in-kibana-maps/331161/4 "2023-05-28T11:12:13Z")

</div>

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