MBTiles Viewer, a cross-platform MBTiles Viewer.
MBTiles Viewer is a tool to view and inspect mbtiles
files without the need of running a docker or a web server
- 100% offline
- load vector mbtiles
- See all layers
- hide/show layers
- filter lines/polygons/points
- click or shift+move to inspect map elements
- bottom panel to view features details
- load raster mbtiles
- load multiple
mbtiles
on the same map - split feature to view/compare
mbtiles
side by side - multiple themes
- localized (fr/en for now)
You can give your suggestions and feedback on our Discussions page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to contribute to this project.
Recommend us a feature by opening an Discussion if you'd like to.
If you want to install on your system, you can download the installer for your operating system on the release page.
If you find any bugs, please report it by submitting an issue on our issue page with a detailed explanation. Giving some screenshots would also be very helpful.
You can also submit a feature request on our issue page or discussions and we will try to implement it as soon as possible. If you want to contribute to this project, please contribute to this project.
If you want to run this project in your local system, please follow this guide:
-
Fork this project
-
Clone the project to your local system using this command
-
Follow this guide to set up Tauri environment
$ git clone https://github.com/<your_github_username>/mbview-rs.git
- Change directory to the root directory of this project
$ cd mbview-rs
$ pnpm install
- Run the project in development mode. Please note that it might takes some times for Cargo to install dependencies for the first run.
$ pnpm dev
We highly encourage you to contribute to this project (even if you are a beginner). And if you finally want to contribute to this project, please read our contribution guide.