> For the complete documentation index, see [llms.txt](https://hylozoic.gitbook.io/hylo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hylozoic.gitbook.io/hylo/guides/hylo-user-guide/the-map.md).

# The Map

Find the Group Map in your Group Menu or by clicking All Views.&#x20;

You can zoom in & out of the map by scrolling on your mouse or trackpad. You can move around by clicking and dragging.

Single color dots represent different types of objects - Discussions (blue) Requests (purple), Offers (green), Requests (yellow), Projects (orange), Events (red), Members (pink), Groups (grey).

Clusters of elements will appear as a bigger circle with a number inside. The color around the circle will indicate aspects inside the cluster.

<figure><img src="/files/fJwvKt0bmOHqkWKBx0rD" alt=""><figcaption><p>Clusters of elements on the Map</p></figcaption></figure>

Clicking on a post will open it up on the side, so that you can interact with the post. Read more about interacting with posts.

Clicking on a member will open their member profile.

## Filter the Map by Post Type, Groups, or Members

You can decide what you see on the Map.

Click on the **Features** button in the bottom left to choose which types of things you’d like to see on the map. You can toggle on and off Post types and whether or not you see related Groups or Members on the map.

<figure><img src="/files/577h9sTMtCkDXEvnT2rz" alt=""><figcaption><p>Clicking on "Features" allows you to filter what you see on the Map.</p></figcaption></figure>

## Map Layers

Adjust how you view the map with map layers

Users can change the base layer of the map to satellite or street view. We are excited that we can now display indigenous territories as a layer on the map using data from [native-land.ca](https://native-land.ca/). \
\
You can access the map layers by clicking on the Base Layers icon in the lower right corner. You will see options for Basic, Streets, Satellite, and Satellite + Streets.

<figure><img src="/files/7Fx72KsYoAk974wlXXVi" alt=""><figcaption><p>Map Layers Icon</p></figcaption></figure>

## Location Search

See what's happening in your group within a specified geographic location

Navigate to the upper left corner of the map and click the “**Search for a Location**” button then type the location to see Posts, Groups, and Members within that region.&#x20;

Ensure you click the correct location from the drop-down menu.

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

## Viewing Posts, Groups, and Members on the Map

Clicking on the menu icon (three horizontal lines) in the upper right of the map opens up the sidebar, which shows you all of the Posts, Groups, and Members in the current view.

<figure><img src="/files/YoGDhSTG0fiUTJokEWpT" alt=""><figcaption><p>The menu icon can be found in the upper right corner of the Map</p></figcaption></figure>

### Search and Filter the Map by Topic and Keyword <a href="#search-and-filter-the-map-by-topic-and-keyword" id="search-and-filter-the-map-by-topic-and-keyword"></a>

You can click the search box to filter by Topic or Keyword. You can choose your top 10 topics to filter by, or search by typing.

<figure><img src="/files/MlpmEcdRRqO6sTySSogT" alt=""><figcaption><p>Filtering Posts, Groups, and Members by Topics or Keyword</p></figcaption></figure>

Sort posts by Latest Activity, Post Date, or by Popular posts.

## Create Posts on the Map

To create a post directly on the map, click and hold for a couple seconds on the location you want the post to appear OR click the (+) button in the bottom right corner of the map and then pin-point on the map where you want the location for that post.<br>

{% embed url="<https://youtu.be/mDtV9Trj2Yg>" %}
Creating Posts on the Map
{% endembed %}

## Saved Map Searches

Saved map searches allow you to save a view on the Map either in the Group view or Public view, so you get notifications when there is new activity within that saved area.\
\
Navigate to the map by clicking on the world icon and notice the heart icon in the upper left corner. Clicking the heart will allow you to save this view.[<br>](https://hylozoic.gitbook.io/hylo/guides/hylo-user-guide/group-activity-dashboard/map/location-search)

<figure><img src="/files/FIEJN8mr3wF8NDI2Q0vs" alt=""><figcaption><p>The heart icon in the upper left corner allows you to save a map view</p></figcaption></figure>

**As an example, say you want to save a map view of all the members in a certain bioregion.**

1. Navigate to the “Search for a location” and enter the region you want to search within
2. Click on “Post Types” in the bottom left corner and toggle “Members” to the on position. Toggle the post types you don’t want to view on the map to the off position.
3. Click the heart icon to and provide a title of this view.
4. Click “Save”.

{% embed url="<https://youtu.be/34XdtHN95ro>" %}

***Note:*****&#x20;You can delete this saved view by clicking on the trash can icon on the map or by accessing your** [**Saved Searches**](https://hylozoic.gitbook.io/hylo/guides/hylo-user-guide/group-activity-dashboard/map/saved-map-searches#_uu9mmw4svfaw) **in your account settings and clicking “Delete.”**

[<br>](https://hylozoic.gitbook.io/hylo/guides/hylo-user-guide/group-activity-dashboard/map/create-posts-on-the-map)<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hylozoic.gitbook.io/hylo/guides/hylo-user-guide/the-map.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
