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 형식 소개
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) 파일을 열고 편집하고 작업할 수 있습니다:
Format specifications
- Open standard
- 2D only
- Lossless (no quality loss)
- No attributes
- Output: 1 file
- A valid WMTS 1.0.0 GetCapabilities XML (GoogleMapsCompatible TileMatrixSet, EPSG:3857, WGS84 bounds); a descriptive endpoint document, not a pyramid of ready tiles.
WMTS 지도 사용자
WMTS 내보내기 방법
내보낸 뒤 여는 방법
- QGIS — Layer → Add WMS/WMTS Layer, create a connection and point it at the document; QGIS will show the layer and the available grid levels.
- OpenLayers — the optionsFromCapabilities method parses this XML and assembles a WMTS source with no manual parameter setup.
- Editing before publishing — put the real service address into the operations and into the tile links: the export leaves a template there.
- GeoServer or MapProxy — if you need a real service, bring one up and compare your document with what the server returns.
- Validation — run the XML against the OGC schema (with the OGC validator or any XML editor with schemas) before handing it to the customer.
WMTS 형식의 인기 지도
WMTS Capabilities (OGC Web Map Tile Service) 지도 내보내기 받기
OpenStreetMap에서 전문가용 WMTS 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.