Map Tiles 📈

Map Tiles (XYZ / Slippy Map)

Open Beta
.zip · application/zip

将地图导出为瓦片金字塔(PNG/JPEG),用于 Web 应用。采用 Z/X/Y 结构,兼容 Leaflet、OpenLayers、Mapbox GL 及任意瓦片服务器。

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

主要特点

Z/X/Y 瓦片金字塔
PNG 或 JPEG 瓦片
可配置缩放级别
兼容 Leaflet/OpenLayers
Map Tiles 格式导出示例(莫斯科中心,1x0.5 公里)
示例:莫斯科中心区,约 1x0.5 公里,中等详细度

关于 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

格式规格

谁在使用 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 的交互式地图上绘制矩形或多边形
2
选择 Map Tiles
从 127 种可用导出格式中选择 Map Tiles (XYZ / Slippy Map)
3
导出
点击导出,1–5 分钟内收到您的 .zip 文件
4
下载
下载完成的 Map Tiles 文件并在 Leaflet 中打开

导出后如何打开

Map Tiles 格式的热门地图

Free

导出 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