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 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

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)

Format specifications

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.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
WMTS 선택
사용 가능한 127가지 내보내기 형식 목록에서 WMTS Capabilities (OGC Web Map Tile Service)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .xml 파일을 받습니다
4
다운로드
완성된 WMTS 파일을 다운로드하여 OpenLayers에서 여세요

내보낸 뒤 여는 방법

WMTS 형식의 인기 지도

무료

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