MBTiles 📦

MBTiles (SQLite Tiles)

Open Beta
.mbtiles · application/x-sqlite3

‏MBTiles הוא פורמט לאחסון אריחי מפה בקובץ SQLite יחיד. קומפקטי, מהיר ונוח למפות לא מקוונות וליישומים ניידים. נתמך ב-MapLibre, ‏TileMill, ‏Mapbox וב-GeoServer.

ייצוא MBTiles עכשיו ✨ Open Beta — חינם, ללא הגבלות

תכונות עיקריות

קובץ SQLite יחיד
גישה מהירה לאריחים
תמיכה ב-PNG/JPEG/PBF
מטא-נתונים (זום, גבולות, ייחוס)
Example MBTiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

אודות פורמט MBTiles

MBTiles is a Mapbox specification describing how to pack map tiles into a single SQLite file: a tiles table with zoom level, coordinates and the image, plus a metadata table with the name, bounds and zoom range. Instead of thousands of small files on disk you get one portable container understood by QGIS, TileServer GL, MapLibre and mobile apps.

The format is chosen when the map has to work without internet or be served from your own server: an offline layer in a mobile app, a backdrop on a field tablet, a local tile service for an internal portal. Copying and handing over one file is easier than a folder with tens of thousands of images.

The OSM2CDR export delivers raster MBTiles: the selected area is rendered on the server in your style and cut into 256x256 PNG tiles. By default zooms 10 through 16 are built, and the range is set at export time; rows are numbered in TMS order, as the specification requires, and the name, area bounds and zoom bounds are written into metadata. Inside are images, not vector tiles — the style is chosen at export and cannot be changed on the client.

איזו תוכנה פותחת קבצי MBTiles

התוכנות והיישומים הבאים יכולים לפתוח, לערוך ולעבוד עם קבצי MBTiles (SQLite Tiles) (.mbtiles) שיוצאו מ-OSM2CDR:

🌎QGIS 🗺OsmAnd 💻Locus Map 💻TileServer-GL 💻GeoServer 💻MapLibre

Format specifications

מי משתמש במפות MBTiles

🏗
מפות לא מקוונות
One file with the map of the area on the device — the map opens where there is no signal.
💻
יישומים ניידים
A ready offline layer for an Android or iOS app: the container goes into the resources and is read locally.
📊
הגשת אריחים
A source for a local tile server (TileServer GL, GeoServer) on an internal network with no internet access.
🎨
מפות מוטמעות
A backdrop for an embedded map on a website or in a kiosk, when external tile providers are unavailable.
🗺
מצגות
Showing a map quickly at a talk or in the field: the file on a laptop opens in QGIS without internet.

כיצד לייצא MBTiles

1
בחירת אזור
ציירו מלבן או מצולע על המפה האינטראקטיבית ב-osm2cdr.ru
2
בחירת MBTiles
בחרו MBTiles (SQLite Tiles) מתוך רשימת 127 פורמטי הייצוא הזמינים
3
ייצוא
לחצו על ייצוא וקבלו את קובץ ה-.mbtiles שלכם תוך 1-5 דקות
4
הורדה
הורידו את קובץ ה-MBTiles המוכן ופתחו אותו ב-QGIS

איך לפתוח לאחר הייצוא

מפות פופולריות בפורמט MBTiles

חינם

קבלו ייצוא מפות בפורמט MBTiles (SQLite Tiles)

הורידו מפות MBTiles מקצועיות מ-OpenStreetMap. יצירה מיידית, לכל אזור.

חינם / ייצוא
ייצוא MBTiles עכשיו →

שאלות נפוצות

מדוע MBTiles עדיף על אריחים בודדים?
האם ניתן לפתוח ב-QGIS?
במה זה שונה מ-PMTiles?
How is this different from PMTiles?
Which tiles are inside — raster or vector?
Which zoom levels go into the file?
How do I show such a map on a website?

השוואה עם פורמטים אחרים

פורמטים קשורים

מיוצאים יחד לעיתים קרובות

Related Articles