# Reducing the thickness of a line geometry in cesium

**URL:** https://community.cesium.com/t/reducing-the-thickness-of-a-line-geometry-in-cesium/4025
**Category:** CesiumJS
**Created:** [April 21, 2016, 11:59am UTC](https://community.cesium.com/t/reducing-the-thickness-of-a-line-geometry-in-cesium/4025 "2016-04-21T11:59:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Farook\_M](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/farook_m/32/3196_2.png) [@Farook\_M](https://community.cesium.com/u/Farook_M)
#### Post date: [April 21, 2016, 11:59am UTC](https://community.cesium.com/t/reducing-the-thickness-of-a-line-geometry-in-cesium/4025/1 "2016-04-21T11:59:24Z")

</div>

Is there a way to reduce the thickness of a line geometry loaded in cesium?

---

<div class="post-metadata">

### Author: ![hannah](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/hannah/32/4509_2.png) [@hannah](https://community.cesium.com/u/hannah)
#### Post date: [April 21, 2016, 2:43pm UTC](https://community.cesium.com/t/reducing-the-thickness-of-a-line-geometry-in-cesium/4025/2 "2016-04-21T14:43:39Z")

</div>

Polylines have a ‘width’ property. See this demo: [http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Polyline.html&label=Geometries](http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Polyline.html&label=Geometries)

-Hannah

---

<div class="post-metadata">

### Author: ![Farook\_M](https://sea2.discourse-cdn.com/cesium/user_avatar/community.cesium.com/farook_m/32/3196_2.png) [@Farook\_M](https://community.cesium.com/u/Farook_M)
#### Post date: [April 21, 2016, 4:07pm UTC](https://community.cesium.com/t/reducing-the-thickness-of-a-line-geometry-in-cesium/4025/3 "2016-04-21T16:07:31Z")

</div>

Thanks. Worked.
