Map Tiles 📈

Map Tiles (XYZ / Slippy Map)

Open Beta
.zip · application/zip

지도를 웹 애플리케이션용 타일 피라미드(PNG/JPEG)로 내보냅니다. Z/X/Y 구조로 Leaflet, OpenLayers, Mapbox GL 및 모든 타일 서버와 호환됩니다.

지금 Map Tiles 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

Z/X/Y 타일 피라미드
PNG 또는 JPEG 타일
조정 가능한 줌 레벨
Leaflet/OpenLayers 호환
Example Map Tiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Map Tiles 형식 소개

XYZ tiles (slippy map) are how almost all web maps are built: the image is cut into 256 × 256 pixel squares, and the address of a square is set by three numbers — zoom, column and row. The client loads only what falls into the window, so the map pans smoothly no matter how much data there is.

This export is taken when the map has to live on your own server: an offline application, a kiosk or a display board with no internet, an internal portal that external tile services are not allowed into. Unpack the archive into a web server directory and you have your own source, the one Leaflet, OpenLayers and MapLibre connect to.

The archive holds a z/x/y.png pyramid in the Web Mercator projection (EPSG:3857) and a metadata.json file with the set name, format, bounds and center. By default zooms 10 through 16 are rendered — from the whole city down to individual buildings; the tile format switches to JPEG if transparency is not needed and size matters more.

Map Tiles 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 Map Tiles (XYZ / Slippy Map)(.zip) 파일을 열고 편집하고 작업할 수 있습니다:

💻Leaflet 💻OpenLayers 💻Mapbox GL JS 💻MapLibre GL JS 🌐Google Maps API

Format specifications

Map Tiles 지도 사용자

🏗
웹 지도
Your own base layer for a website: the map works without any requests to external tile services.
💻
모바일 앱
The tiles go into the resources of a mobile app and open with no network.
📊
오프라인 지도
An offline map for an expedition, a site without connectivity or a closed network.
🎨
맞춤 타일 서버
A ready pyramid for your own tile server — serving static files is enough.
🗺
디지털 사이니지
Information boards and kiosks where the map has to open instantly and always look the same.

Map Tiles 내보내기 방법

1
영역 선택
osm2cdr.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
Map Tiles 선택
사용 가능한 127가지 내보내기 형식 목록에서 Map Tiles (XYZ / Slippy Map)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .zip 파일을 받습니다
4
다운로드
완성된 Map Tiles 파일을 다운로드하여 Leaflet에서 여세요

내보낸 뒤 여는 방법

Map Tiles 형식의 인기 지도

무료

Map Tiles (XYZ / Slippy Map) 지도 내보내기 받기

OpenStreetMap에서 전문가용 Map Tiles 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 Map Tiles 내보내기 →

자주 묻는 질문

타일 형식은 무엇인가요?
줌 레벨은 어떻게 되나요?
MBTiles와는 어떻게 다른가요?
How many files will there be?
Which projection are the tiles in?
What is inside metadata.json?

다른 형식과 비교

관련 형식

함께 자주 내보내는 형식

Related Articles