PMTiles 🗺

PMTiles

Open Beta
.pmtiles · application/vnd.pmtiles

PMTiles는 웹 지도를 위한 서버리스 벡터 타일 아카이브입니다. 하나의 파일에 모든 타일이 담겨 HTTP 범위 요청으로 접근할 수 있습니다. 타일 서버 없이 S3, CloudFlare R2, GitHub Pages에서 호스팅하기에 이상적입니다.

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

주요 기능

단일 파일에 모든 타일
HTTP 범위 요청
서버 불필요 — 정적 호스팅만으로 동작
Example PMTiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

PMTiles 형식 소개

PMTiles is an archive format in which a whole set of tiles sits in one file with an internal index. The browser does not download it as a whole: it requests the pieces it needs with HTTP range requests, which any static hosting can serve — S3, Cloudflare R2, GitHub Pages, plain Nginx.

Hence the main benefit: the map works without a tile server. There is no service to set up, watch over and pay for — the file simply sits next to the site. For a prototype, an internal dashboard or a project that has to outlive the shutdown of a third-party map service, that makes life noticeably easier.

Inside the archive are MVT vector tiles, that is geometry with attributes, and the appearance is set by a style on the client side. The export builds the pyramid up to zoom 12: beyond that encoding the tiles becomes too expensive, and if you asked for more, we honestly report the limitation and suggest MBTiles. For the same reason the exporter rejects very dense areas straight away rather than after a long wait: a short, clear refusal is better than a stuck job.

PMTiles 파일을 여는 프로그램

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

💻MapLibre GL JS 💻Leaflet 💻PMTiles Viewer 🌎QGIS 💻Felt

Format specifications

PMTiles 지도 사용자

🏗
서버리스 웹 지도
A web map with no tile server: one file on hosting, no service to maintain.
💻
정적 타일 호스팅
Serving tiles from static storage — S3, Cloudflare R2 or GitHub Pages hand the file over as an ordinary resource.
📊
CDN 지도
A map through a CDN: it is cached as a whole, while the client fetches only the pieces it needs.
🎨
오프라인 웹 지도
A self-contained web map that can be placed next to the application and opened without external services.
🗺
프로토타이핑
A quick prototype: the map is up in minutes, with no infrastructure and no contracts with tile providers.

PMTiles 내보내기 방법

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

내보낸 뒤 여는 방법

PMTiles 형식의 인기 지도

무료

PMTiles 지도 내보내기 받기

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

무료 / 내보내기
지금 PMTiles 내보내기 →

자주 묻는 질문

PMTiles에 타일 서버가 필요한가요?
어떤 라이브러리가 PMTiles를 지원하나요?
Up to which zoom is the pyramid built?
Why was the export refused for a large dense area?
Why is the map empty after I connect it?

다른 형식과 비교

관련 형식

함께 자주 내보내는 형식

Related Articles