# Map Visualization

Workspace supports mapping and visualization of points, lines, and polygons.

Click the "Properties" button on the right toolbar or select "Show Properties" from the layer dropdown menu to open the layer Properties pane.

### Single Symbology

Layer symbology options, such as fill color, fill opacity, outline color, outline opacity, and outline width, can be customized.

<figure><img src="/files/sIwEdGYhePgVPhlRVKNb" alt=""><figcaption></figcaption></figure>

### Classification

Workspace supports univariate classification and multivariate classification.&#x20;

#### Univariate Classification

Numeric or categorical classification can be applied to a selected field. Numeric classification methods include Natural Breaks, Quantile, Equal Interval, Geometric Progression, and Arithmetic Progression. Classes can be styled with either preset or custom color schemes.

<figure><img src="/files/1n8y5RAOdFRiuUBjlOzq" alt=""><figcaption></figcaption></figure>

#### Multivariate Classification

Multivariate classification methods include SOM, K-Means, WARD, Average Linkage, Complete Linkage, and Single Linkage.&#x20;

<figure><img src="/files/8mg9x5BWmWtsNNmIVaOU" alt=""><figcaption></figcaption></figure>

#### Export Classes

The classes can be exported as Units, Regions, or Attribute Data.

<figure><img src="/files/rX69MDOStIWVGQCYrMun" alt=""><figcaption></figcaption></figure>

#### Popup

Popup fields are shown in the popup when a feature on the map is clicked.

<figure><img src="/files/bB1U8bXG0wYO795DLt0f" alt=""><figcaption></figcaption></figure>

#### Label

The map can show a label for each feature. Label field, color, and size can be customized.

<figure><img src="/files/ftvNIQCB1qUNMbfS01Rz" alt=""><figcaption></figcaption></figure>

#### Basemap

The basemap can be changed by clicking the "Basemap" button on the map.

<figure><img src="/files/DFocJz0OiJ2qEAQwJkCO" alt=""><figcaption></figcaption></figure>


---

# 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://zillion.gitbook.io/zillioninfo-dataspherex/mapviz-workspace/map-visualization.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.
