> For the complete documentation index, see [llms.txt](https://docs.kepler.gl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kepler.gl/docs/user-guides/c-types-of-layers/a-point.md).

# Point

![Point layer](https://d1a3f4spazzrp4.cloudfront.net/kepler.gl/documentation/image34.png)

Point layers draw points for a given event or object.

**Layer Attributes**

* Basic
  * Columns:
    * Latitude
    * Longitude
    * Altitude (optional)
* Fill
  * Enable fill - enabled by default
  * Single color / color based on
  * Color scale
  * Opacity
* Outline
  * Enable outline
  * Single color / color based on
  * Color scale
  * Stroke width
* Radius
  * Single radius / radius based on
  * Fixed radius to meter
* Text,
  * Font Size
  * Font Color
  * Text Anchor

[Back to table of contents](/docs/user-guides.md)
