# Layers

## Types of Layers

### GeoJSON

![GeoJSON layer](/files/LpBRC0i4thx4lfPlvuLV) ![Polygon geoJSON layer](/files/7Ojmtt53O18Oe1m7A8W8)

GeoJSON layers can display either lines, polygons or points. For example, a lineGeoJSON layer can display data like road sections or trip routes. A polygon GeoJSON layer is essentially a [choropleth](https://en.wikipedia.org/wiki/Choropleth_map) layer and works best for rendering zone data. To add a GeoJSON layer, your dataset must contain geometry data.

### Difference

### Pie Chart

### Origin-Destination

### Filter


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mobilitylab.co.nz/user-guide/layers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
