# Layer Management

## Overview

Layers are how collected data is organized in Touch GIS. Think of layers as folders that hold groups of collected or imported point, line, or polygon features. Touch GIS offers many features for organizing and managing your data layers.

Access a project's layers by tapping the 'Layers' button in the lower left corner of the screen.&#x20;

{% hint style="info" %}
Tip: You can dismiss the layer panel by simply tapping the 'Layers' button again.&#x20;
{% endhint %}

![](https://1655252264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LjOYqRQStlw99hJWjA4%2F-Ll5DVnETDiV8FK2Elpe%2F-Ll5DYvRrhEaErt17Fd_%2FLayerManagement_Overview%403x.jpg?alt=media\&token=6e751718-5808-4087-890d-18fb68e12983)

## Layer Options

**Layer Visibility**\
Toggle layer visibility on/off by tapping the switch on the layers folder icon. Swithing visibility to off means all features and sublayers will not be displayed on the base map.&#x20;

**Edit Name**\
To edit a layer's name simply tap on a layer's name in the upper tool bar.

**Reorder Layers**\
To reorder layers, tap the 'Edit' button in the upper right corner of the layer panel. You'll see drag bars appear. Tap and drag on these bars to move layers up or down in the hierarchy.&#x20;

**Delete Layers**\
To delete layers, tap the 'Edit' button in the upper right corner of the layer panel. You'll see red delete buttons appear next to each layer. Tap the delete button on the layer you want to delete, then confirm your decision. &#x20;

**Add Layer**\
This feature allows you to create a new sublayer inside the current layer you're viewing.&#x20;

**Number of Features in Layer**\
This displays the number of features housed inside a sublayer.&#x20;

**Share Layers**\
To access sharing option for a layer (or entire project if you're viewing the master layer) simply tap Share in the options bar at the bottom of the layers panel.&#x20;

**Import Layers**\
To import data to your layers, simply tap Import button in the options bar at the bottom of the layers panel.&#x20;

**Move A Layer**\
Use this feature to move a layer inside or out of another layer.

**Layer Opacity**\
Set the opacity of a layer and all it's sublayers.&#x20;

**Lock Layer**\
This feature locks a layer, meaning it is visible on the base map but features in that layer are not selectable.&#x20;


---

# 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.touchgis.app/layer-management.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.
