# WMS/WMTS Service

Web Map Service (WMS) and Web Map Tile Service (WMTS) are two standards defined by the [Open Geospatial Consortium (OGC)](http://www.opengeospatial.org/). They specify how applications should send requests to obtain maps from compatible servers.

[WMS servers](https://www.ogc.org/standard/wms/) use the **HTTP** protocol to return map images in common raster formats such as **PNG**, **JPEG**, or **GIF**.

Server **capabilities** are described in an XML document that outlines the supported request types, available layers, supported projections, and other metadata.

[WMTS servers](https://www.ogc.org/standard/wmts/), on the other hand, deliver maps as **predefined tiles**, enabling faster and more efficient rendering, particularly for large-scale navigation.

JMap Cloud can query servers that comply with either the **WMS** or **WMTS** standard to create **spatial data sources**, allowing you to integrate external map layers into your projects.

The settings you need to complete are as follows:

<table data-header-hidden><thead><tr><th width="169"></th><th></th></tr></thead><tbody><tr><td>Name</td><td>Give the DS a name. <br>There are no restrictions for the name of resources (DS, projects, map layers) in JMap Cloud.</td></tr><tr><td>GetCapabilities URL</td><td><p>Enter the GetCapabilities URL which will return the capabilities of the WMS or WMTS server. <br>The URL must use the <kbd>https://</kbd> protocol, otherwise an error message is displayed.<br>The URL should look like this: ​ <br>For a WMS compatible server:<br><mark style="color:blue;">https://www.server.com/wms?SERVICE=WMS&#x26;VERSION=1.3.0&#x26;REQUEST=GetCapabilities</mark></p><p>For a WMTS compatible server:<br><a href="https://www.server.com/wmts?SERVICE=WMTS&#x26;VERSION=1.0.0&#x26;REQUEST=GetCapabilities"><mark style="color:blue;">https://www.server.com/wmts?SERVICE=WMTS&#x26;VERSION=1.0.0&#x26;REQUEST=GetCapabilities</mark></a></p></td></tr><tr><td>Description</td><td>Optional. <br>You can add a description of the data source.</td></tr><tr><td>Tags</td><td>Optional. <br>You can add labels that can be used to sort or filter DS. You can create them by writing text in the box. <br>Tags are available for use with all resources (DS, projects, layers).</td></tr></tbody></table>
