WMS/WMTS Service

Web Map Service (WMS) and Web Map Tile Service (WMTS) are two standards defined by the Open Geospatial Consortium (OGC). They specify how applications should formulate requests to obtain maps from compatible servers.

WMS servers use the HTTP protocol to respond to requests by returning maps as raster images in common formats such as PNG, JPEG, or GIF. Their capabilities are described in an XML document that indicates the types of supported requests, available layers, supported projections, and other metadata.

WMTS servers provide maps as predefined tiles, enabling faster and more efficient display, particularly for large-scale navigation.

JMap Cloud can query WMS and WMTS standards-compliant servers to create spatial data sources, thereby integrating external map layers into your projects.

WMS and WMTS services must be public, without authentication.

Data Source Settings

The parameters to complete are as follows:

Name

Give a name to the spatial data source. There are no naming restrictions for resources.

GetCapabilities URL

Enter the GetCapabilities URL that will return the capabilities of the WMS or WMTS server. The URL must use the https:// protocol; otherwise, an error message is displayed. The URL should resemble the following: For a WMS-compatible server:

https://www.server.com/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities For a WMTS-compatible server: https://www.server.com/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetCapabilities

Description

Optional You can add a description of the data source.

Tags

Optional Add tags that can be used to sort or filter spatial data sources. You can create them by typing text in the field. Once created, they are available for use with all resources.

Share with My Organization

Optional Check this option to automatically share your data source with organization members. Members will have View and Extract Data permissions. You can modify these in the Data Source Permissions section.