> For the complete documentation index, see [llms.txt](https://docs.geodin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodin.com/maps/wms-and-web-tile-layers.md).

# WMS and Web Tile Layers

Add web map services as base layers in the map view. GeoDin supports two kinds of web layer: **WMS** (Web Map Service) layers and **Web Tile** / **Web Map Tile Service (WMTS)** layers. When you add a WMS layer, GeoDin automatically saves the necessary document files to the folder *Documents/Linked documents*.

## Requirements

{% hint style="warning" %}
This function requires the new international document object types (DOC) with GeoDin 8.1.
{% endhint %}

Please make sure that you have installed this object type and registered it in the database.

Should this not be the case, please [Install](/installation-and-licensing/express-installation.md) on the GeoDin system page **and** [Register document descriptions](/workspace-and-data-management/managing-documents/document-organization.md) them into the appropriate database before using this function.

***

## Reference: Add WMS layer

Use this button to add a WMS layer (Web Map Service) to your map. Select one of the displayed layers from the service offering, then confirm with the button **Add layer**.

* **Server URL** - Enter the URL ("Internet address") of the server on which the service is provided. Please note that the URL must not contain any configuration parameters, i.e. no information on e.g. format or measurements of the layer. If the desired URL contains a question mark and subsequent parameters, delete both from the line.
  * Right: http\://*[www.address.com](http://www.address.com)*/*geoservices xy*/wms
  * Wrong: http\://*[www.address.com](http://www.address.com)*/*geoservices xy*/wms?Service=WMS\&Version=xy
* **Format** - Enter the image format here.
* **System** - Select one of the coordinate systems provided by the WMS service by selecting the corresponding EPSG code.

## Reference: Add WebTileLayer

Here you can add "Web Tile" layers or "Web Map Tile Service" layers (WMTS) .

Simply choose from the layers offered **Add layer**.

***

Shared reference content for this area lives in [Adding Layers](/maps/adding-layers.md).


---

# 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://docs.geodin.com/maps/wms-and-web-tile-layers.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.
