WMTS 🗺

WMTS Capabilities (OGC Web Map Tile Service)

Open Beta
.xml · application/xml

WMTS (Web Map Tile Service) is a 2010 OGC standard for publishing pre-cut raster tiles through a web service with a formal Capabilities document and predictable TileMatrixSets. It underpins government geo-portals and the EU INSPIRE infrastructure. On osm2cdr.ru the export generates a valid 1.0.0 GetCapabilities XML for the chosen area: a layer description, image/png format, the GoogleMapsCompatible TileMatrixSet (EPSG:3857) with zoom levels sized to the bbox, and WGS84 bounds. This is precisely a descriptive document — the metadata of a WMTS endpoint, not a pyramid of ready tiles; the rasters themselves can be produced with a separate tile export.

立即导出 WMTS ✨ Open Beta — 免费无限制

主要特点

Valid WMTS 1.0.0 GetCapabilities XML following the OGC schema
GoogleMapsCompatible TileMatrixSet (EPSG:3857) with zoom levels
ServiceIdentification and ServiceProvider sections with service metadata
A WGS84BoundingBox computed from the chosen area
Maximum zoom auto-selected based on the bbox size

关于 WMTS 格式

WMTS is the OGC standard for publishing pre-cut tiles through a web service. What sets it apart from the plain XYZ scheme is formality: the service has a Capabilities document describing the layers, formats, projections and the exact tile grid. Government geoportals and the INSPIRE infrastructure are built on it.

The export is for developers and integrators: to check how a client reads Capabilities, to prepare a description of a future service, to agree the layer structure with a customer before a real server is up.

The output is a single XML — a valid GetCapabilities document of version 1.0.0 for the selected area: the layer description, the image/png format, the GoogleMapsCompatible grid in the EPSG:3857 projection with zoom levels matched to the size of the area, bounds in WGS84 and sections with the service metadata.

This is a description, not the tiles themselves. Rasters are exported separately — as XYZ tiles, MBTiles or PMTiles — and in the document the placeholder addresses have to be replaced with real ones before publishing.

打开 WMTS 文件的程序

以下程序可以打开、编辑和处理从 OSM2CDR 导出的 WMTS Capabilities (OGC Web Map Tile Service)(.xml)文件:

💻OpenLayers 🌎QGIS 💻GeoServer 💻MapProxy 💻GDAL (WMTS driver)

格式规格

谁在使用 WMTS 地图

🏗
Prototyping and testing WMTS-consuming clients (OpenLayers, QGIS)
A ready document for testing clients — OpenLayers and QGIS parse it just as they parse the response of a real service.
💻
Describing a WMTS endpoint for government and INSPIRE-compatible portals
An endpoint description for a government or INSPIRE-compatible portal.
📊
Preparing a Capabilities document for later static tile hosting
A Capabilities draft for a future publication of tiles on static hosting.
🎨
Checking GIS clients' compatibility with the OGC TileMatrixSet before full publishing
Checking the compatibility of GIS clients with the OGC grid before a server is up.

如何导出 WMTS

1
选择区域
在 osm2cdr 的交互式地图上绘制矩形或多边形
2
选择 WMTS
从 127 种可用导出格式中选择 WMTS Capabilities (OGC Web Map Tile Service)
3
导出
点击导出,1–5 分钟内收到您的 .xml 文件
4
下载
下载完成的 WMTS 文件并在 OpenLayers 中打开

导出后如何打开

WMTS 格式的热门地图

Free

导出 WMTS Capabilities (OGC Web Map Tile Service) 地图

从 OpenStreetMap 下载专业的 WMTS 地图。即时生成,任意区域。

免费 / 导出
立即导出 WMTS →

常见问题

What exactly do I get from the export?
How does WMTS differ from XYZ and TileJSON?
Is WMTS supported in MapLibre/Mapbox GL?
What should I put in place of the placeholder addresses?
Which projection is the set described in?

相关格式

经常一起导出

Related Articles