MBTiles 📦

MBTiles (SQLite Tiles)

Open Beta
.mbtiles · application/x-sqlite3

Το MBTiles είναι μια μορφή για την αποθήκευση πλακιδίων χάρτη σε ένα ενιαίο αρχείο SQLite. Συμπαγές, γρήγορο και βολικό για χάρτες εκτός σύνδεσης και εφαρμογές για κινητά. Υποστηρίζεται από MapLibre, TileMill, Mapbox και GeoServer.

Εξαγωγή MBTiles τώρα ✨ Open Beta — δωρεάν, χωρίς όρια

Βασικά χαρακτηριστικά

Ενιαίο αρχείο SQLite
Γρήγορη πρόσβαση σε πλακίδια
Υποστήριξη PNG/JPEG/PBF
Μεταδεδομένα (zoom, όρια, απόδοση πηγής)
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